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:
parent
966b48c414
commit
099c77e867
13 changed files with 145 additions and 16 deletions
5
test/models/timeoutable_test.rb
Normal file
5
test/models/timeoutable_test.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
require 'test/test_helper'
|
||||
|
||||
class TimeoutableTest < ActiveSupport::TestCase
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue