Results 6 comments of Asnad

Getting same error in rails 4.2 and rails_admin 1.3.0 ![Screenshot from 2019-11-20 21-01-06](https://user-images.githubusercontent.com/1610771/69255348-7d868c80-0bd9-11ea-884f-e24e25877abb.png)

> 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 %> ```

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`