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

--no-jbuilder does not supported #19

Open maslenkov opened 9 years ago

maslenkov commented 9 years ago

I looked rails g admin:scaffold_controller --help and it has no information about jbuilder. I use jbuilder in api. So I can't remove it from gemfile. When I run rails g admin:scaffold_controller ... then it uses controller templates from jbuilder. How can I generate controller from railties if jbuilder exists in my gemfile?