1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Introducing timeoutable to timeout sessions without activity.

This commit is contained in:
Carlos Antonio da Silva 2009-11-22 22:19:29 -02:00
parent 966b48c414
commit 099c77e867
13 changed files with 145 additions and 16 deletions

View file

@ -0,0 +1,5 @@
require 'test/test_helper'
class TimeoutableTest < ActiveSupport::TestCase
end