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 trial

Ruby

Generating 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
STAFF
Jason Seifer
Treehouse Guest Teacher

Hi Claude! You should be able to add the following in to your routes file to get it working again:

devise_for :users
Malachai Frazier
Malachai Frazier
7,352 Points

Did it work? Keep us posted!