dhampik / rails-admin-scaffold

Rails generator which allows to scaffold admin controllers, views with proper (non-namespaced) models, helpers, tests and routes
MIT License
92 stars 37 forks source link

Override view files with your own #11

Closed joshuapaling closed 9 years ago

joshuapaling commented 9 years ago

The instructions for using your own templates in the view files doesn't seem to work - https://github.com/dhampik/rails-admin-scaffold#how-to-customize-your-generator-templates

joshuapaling commented 9 years ago

This seems to happen only when jbuilder is included in your gem file.

joshuapaling commented 9 years ago

Weird - now it's working, and I can't reproduce the bug I had before. Closing...