seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.5k stars 1k forks source link

How can I themed Devise views? #900

Open erolg opened 8 years ago

erolg commented 8 years ago

When I run something like this

rails g bootstrap:themed devise/confirmations -f

Im getting uninitialized constant Devise::Confirmation (NameError)

When I try to do

rails g bootstrap:themed Devise``gettingundefined method...`

How can I do that?