generators/devise_install/templates/devise.rb in devise-0.6.1 vs generators/devise_install/templates/devise.rb in devise-0.6.2

- old
+ new

@@ -34,10 +34,10 @@ # The time the user will be remembered without asking for credentials again. # config.remember_for = 2.weeks # 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" # Configure the ORM. Supports :active_record, :data_mapper and :mongo_mapper.