Sha256: da503e984592e388cebc120f829bb63e2e46c438584b197681342b8aaff94639
Contents?: true
Size: 310 Bytes
Versions: 13
Compression:
Stored size: 310 Bytes
Contents
module Authpds module Session module AuthlogicCallbacks # Callback method from Authlogic. # Called while trying to persist the session. def persist_session destroy unless (authenticated? and authorized?) or anonymous? end protected :persist_session end end end
Version data entries
13 entries across 13 versions & 1 rubygems