Edited lib/devise/models/lockable.rb via GitHub

This commit is contained in:
José Valim 2011-08-16 08:00:44 -07:00
parent fb1220af97
commit 7e54dc7903
1 changed files with 1 additions and 1 deletions

View File

@ -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.