mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Updating docs: timeoutable does not rely on trackable.
This commit is contained in:
parent
a789f08d3b
commit
73c0a10af5
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@ module Devise
|
|||
# will be asked for credentials again, it means, he/she will be redirected
|
||||
# to the sign in page.
|
||||
#
|
||||
# In order to use timeoutable, you need to use trackable. So don't forget
|
||||
# to invoke trackable in your migrations.
|
||||
#
|
||||
# Configuration:
|
||||
#
|
||||
# timeout: the time you want to timeout the user session without activity.
|
||||
|
|
Loading…
Add table
Reference in a new issue