chamnap / themes_on_rails

Adds multi themes support to your Rails 3/4/5 application
https://rubygems.org/gems/themes_on_rails
MIT License
217 stars 86 forks source link

Missing Templates #17

Closed xdendev closed 9 years ago

xdendev commented 9 years ago

Every time I create a controller, I need to transfer files to a folder of the controller to the theme? No function built-in?

Example:

$ rails g themes_on_rails:generatelayouts SomeController

Just does'not exists in doc. about this.Thx.

chamnap commented 9 years ago

I'm not really sure what you mean.

chamnap commented 9 years ago

No built-in function, you can custom generator on your own if needed.