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

Can't generate bootstrap-friendly views #12

Closed u2 closed 8 years ago

u2 commented 9 years ago

gem 'rails', '4.1.5' rails g admin:scaffold_controller Six state:boolean --parent_controller=admin --bootstrap Can't generate bootstrap-friendly views.The views is the same as no---bootstrap.

joshuapaling commented 9 years ago

What version of rails-admin-scaffold are you using?

u2 commented 9 years ago

0.0.5 I have find that this is new feature of 0.1.0, right?Sorry about that.Never mind ;)

joshuapaling commented 9 years ago

Yep, it's available in 0.1.0. Let me know if you still have issues after upgrading.

u2 commented 9 years ago

It's workable now! Thanks.