You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timeout_in should return a integer with the number of
seconds (the timedout? method that devise uses calls the ago method on what timeout_in
returns). Of course, you can use Rails 10.seconds or 1.hour to improve readability.