bjoern
bjoern

Reputation: 1019

Not seeing Devise folder in Rails App after install

I ran the following and have the devise gem included but I don't see the devise folder anywhere so I can override the views.

I do not see this folder: app/views/devise/

I'm trying to follow this tutorial (http://railsapps.github.com/tutorial-rails-bootstrap-devise-cancan.html) but am getting hung up on a step where it deals with devise.

Any help would be greatly appreciated.

thanks

Upvotes: 1

Views: 1705

Answers (1)

Sergey K
Sergey K

Reputation: 5107

rails g devise:views will help you

Upvotes: 6

Related Questions