Module: Lolita::Controllers::UserHelpers

Extended by:
ActiveSupport::Concern
Defined in:
lib/lolita/controllers/user_helpers.rb

Overview

Add method #authenticate_lolita_user! that is called before each action in Lolita controllers. Authentication should be defined through Lolita#setup. Method call block or send given method name to current controller or return True when no authentication is defined.