Model named "Template" won't show index in admin
If I visit http://localhost:3000/admin/templates/ I get the following error:
ArgumentError in Admin::TemplatesController#index
wrong number of arguments (given 1, expected 0)
Extracted source (around line #13):
resources = resources.page(params[:_page]).per(records_per_page)
But visiting a /show page within Templates works fine. Could this be a naming convention conflict as Administrate uses templates?