Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit d4bf52b

Browse files
committed
Update lockable.rb
Documentation Confusion
1 parent f8d1ea9 commit d4bf52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/devise/models/lockable.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module Models
1818
# * +maximum_attempts+: how many attempts should be accepted before blocking the user.
1919
# * +lock_strategy+: lock the user account by :failed_attempts or :none.
2020
# * +unlock_strategy+: unlock the user account by :time, :email, :both or :none.
21-
# * +unlock_in+: the time you want to lock the user after to lock happens. Only available when unlock_strategy is :time or :both.
21+
# * +unlock_in+: the time you want to unlock the user after lock happens. Only available when unlock_strategy is :time or :both.
2222
# * +unlock_keys+: the keys you want to use when locking and unlocking an account
2323
#
2424
module Lockable

0 commit comments

Comments
 (0)