Module: ExvoAuth::Controllers::Merb::InstanceMethods

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

Instance Method Summary collapse

Instance Method Details

#authenticate_user!Object



8
9
10
11
# File 'lib/exvo_auth/controllers/merb.rb', line 8

def authenticate_user!
  super
  throw :halt unless signed_in?
end