1
0
Fork 0
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:
Carlos Antonio da Silva 2010-01-05 21:12:16 -02:00
parent a789f08d3b
commit 73c0a10af5

View file

@ -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.