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!
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 trial
Claude Belizaire
889 PointsGenerating routes
I just finished installing devise as shown in your tutorial (Build a Simple Ruby on Rails Application) but I had my routes.rb opened in Sublime and I did not reload the updated document and lost all my routes for the signup, etc.
Is there a way to regenerate my routes or do I have to add them manually?
2 Answers

Jason Seifer
Treehouse Guest TeacherHi Claude! You should be able to add the following in to your routes file to get it working again:
devise_for :users

Malachai Frazier
7,352 PointsDid it work? Keep us posted!