Sha256: 6018c906f9b1765d760ec8c261020112b61f198b3e6926b454233e60afa29659
Contents?: true
Size: 339 Bytes
Versions: 36
Compression:
Stored size: 339 Bytes
Contents
module Lolita module Controllers module AuthenticationHelpers extend ActiveSupport::Concern included do if Lolita.rails? before_filter :authenticate_lolita_user! end end def authenticate_lolita_user! authentication_proxy.authenticate_user! end end end end
Version data entries
36 entries across 36 versions & 1 rubygems