howto make "logged_in?" accessible to other controllers? aaa

Hi Sarah, if you would like logged_in? accessible to your other controllers, you'll need to add this method to your application_controller.rb. Next, you'll need to add a before_filter that executes this method when one or more actions are invoked.

Good luck,

-Conrad