Is there something I can use so I don't have to call a method that checks if the user is logged in inside of all my methods I want user authentication on?
Printable View
Is there something I can use so I don't have to call a method that checks if the user is logged in inside of all my methods I want user authentication on?
Maybe Restful Authentication?
http://railsonedge.blogspot.com/2008...ationpart.html
While following the tutorial, I installed the plugin and made the changes as per the tutorial's instructions and everything worked fine.
Thanks guys I think I will try both and see which one works best.