carlo (owner)

Revisions

gist: 117975 Download_button fork
public
Public Clone URL: git://gist.github.com/117975.git
Ruby
1
2
3
4
5
6
class UserSession < Authlogic::Session::Base
 
  last_request_at_threshold 43200
 
end