Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMarc Murray
4,618 PointsDevise views folder doesn't get created
Everything is going fine so far, but at the point right around a minute in when I have to start editing the Devise Views I can't find them. Image of file tree: http://imgur.com/yXbNtpE Anyone have any ideas?
2 Answers
Louis Perello
3,649 PointsHi, You have to generat it with this command: rails generate devise:views
You can see it here => https://github.com/plataformatec/devise Search for Configuring views
:)
Marc Murray
4,618 PointsCould have sworn I did that, thanks! :)