Asnad
Asnad
Getting same error in rails 4.2 and rails_admin 1.3.0 
> Please could you share a little more context / code? > > What are you trying to delete, and how? Via the rails_admin UI? Please check the screenshot
@bhushangahire did you find the fix??
I fixed it by overriding app/views/rails_admin/main/_delete_notice.html.erb by putting following contents ```ruby 12 ? 10 : children.count %> #condition added limit %> ```
Any proper solution found?
I have fixed this with overriding the class like `class CustomGoogleDirections < GoogleDirections` ` @@base_url = "https://maps.googleapis.com/maps/api/directions/xml"` `end` and then I did `directions = CustomGoogleDirections.new`