lib/devise/models/timeoutable.rb in devise-4.8.0 vs lib/devise/models/timeoutable.rb in devise-4.8.1
- old
+ new
@@ -9,10 +9,10 @@
# will be asked for credentials again, it means, they will be redirected
# to the sign in page.
#
# == Options
#
- # Timeoutable adds the following options to devise_for:
+ # Timeoutable adds the following options to +devise+:
#
# * +timeout_in+: the interval to timeout the user session without activity.
#
# == Examples
#