1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

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

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.