Method: ExvoAuth::Controllers::Base#signed_in?

Defined in:
lib/exvo_auth/controllers/base.rb

#signed_in?Boolean



81
82
83
# File 'lib/exvo_auth/controllers/base.rb', line 81

def signed_in?
  !!current_user
end