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 trialNano Meko
1,838 Pointsredirect to login page if not logged in (treebook)
In the ruby on rails project is there a video describing how to redirect to the login page if a user tries to post without being logged in? Right now I have a dropdown that selects users in the post page.
2 Answers
James White
6,159 PointsThere is. But I don't remember exactly which video it is. I've got this functionality in mine and was trying to remember how I did it but can't find the video we did it in.
Jason Seifer
Treehouse Guest TeacherWe start that process in this video:
Thanks!