photomix/app/models/user_session.rb
2009-05-22 16:14:07 +02:00

3 lines
128 B
Ruby

class UserSession < Authlogic::Session::Base
# configuration here, see documentation for sub modules of Authlogic::Session
end