Method: MailserviceController#user_logged_in
- Defined in:
- app/controllers/mailservice_controller.rb
#user_logged_in ⇒ Object
Returns whether the user is logged in or not.
263 |
# File 'app/controllers/mailservice_controller.rb', line 263 def user_logged_in; not session[:user_id].nil?; end |