Generating views creates wrong file paths
Created by: leewaa
I ran rails g administrate:views
and I got:
create app/views/admin/applications/index.html.erb
...
The paths are wrong. It should be:
app/views/administrate/application/index.html.erb
etc.
The docs state the correct paths: http://administrate-docs.herokuapp.com/customizing_page_views