6 lines
72 B
Ruby
6 lines
72 B
Ruby
|
class Session < Authlogic::Session::Base
|
||
|
|
||
|
authenticate_with User
|
||
|
|
||
|
end
|