Module: Lolita::Controllers::AuthenticationHelpers

Extended by:
ActiveSupport::Concern
Included in:
FieldDataController, InfoController
Defined in:
lib/lolita/controllers/authentication_helpers.rb

Instance Method Summary collapse

Instance Method Details

#authenticate_lolita_user!Object



12
13
14
# File 'lib/lolita/controllers/authentication_helpers.rb', line 12

def authenticate_lolita_user!
  authentication_proxy.authenticate_user!
end