Rename :timeout to :timeout_in and release gem again.

This commit is contained in:
José Valim
2009-11-25 00:11:49 -02:00
parent 41ee6878a8
commit c05b8cf2ce
6 changed files with 11 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ Devise.setup do |config|
# The time you want to timeout the user session without activity. After this
# time the user will be asked for credentials again.
# config.timeout = 10.minutes
# config.timeout_in = 10.minutes
# Configure the e-mail address which will be shown in DeviseMailer.
# config.mailer_sender = "foo.bar@yourapp.com"