Ruby on Rails: How to create a dashboard for a pluralized model with the Administrate gem
Even when your model’s name is pluralized the administrate gem tries to singularize it, but here is a solution using inflections. How I got the error? I was trying to create a dashboard with the a...