twitter-bootstrap-rails
twitter-bootstrap-rails copied to clipboard
How can I themed Devise views?
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``getting
undefined method...`
How can I do that?