diff --git a/lib/devise/models/lockable.rb b/lib/devise/models/lockable.rb index dd917468..28c6f72c 100644 --- a/lib/devise/models/lockable.rb +++ b/lib/devise/models/lockable.rb @@ -9,7 +9,7 @@ module Devise # # == Options # - # Lockable adds the following options to devise_for: + # Lockable adds the following options to +devise+: # # * +maximum_attempts+: how many attempts should be accepted before blocking the user. # * +lock_strategy+: lock the user account by :failed_attempts or :none.