Method: Authlogic::Session::UnauthorizedRecord#credentials
- Defined in:
- lib/authlogic/session/unauthorized_record.rb
#credentials ⇒ Object
Returning meaningful credentials
23 24 25 26 27 28 29 30 31 |
# File 'lib/authlogic/session/unauthorized_record.rb', line 23 def credentials if details = {} details[:unauthorized_record] = "<protected>" details else super end end |