Class: Authentication

Inherits:
Authlogic::Session::Base
  • Object
show all
Defined in:
app/models/users/authentication.rb

Overview

Copyright © 2008-2013 Michael Dvorkin and contributors.

Fat Free CRM is freely distributable under the terms of MIT license. See MIT-LICENSE file or www.opensource.org/licenses/mit-license.php


Instance Method Summary collapse

Instance Method Details

#to_keyObject



13
14
15
# File 'app/models/users/authentication.rb', line 13

def to_key
  id ? id : nil
end