Module | Authlogic::Session::Klass::Config |
In: |
lib/authlogic/session/klass.rb
|
Lets you change which model to use for authentication.
The name of the class that this session is authenticating with. For example, the UserSession class will authenticate with the User class unless you specify otherwise in your configuration. See authenticate_with for information on how to change this value.