mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
fix text redundancy
This commit is contained in:
parent
2f3a59640b
commit
a460d79b08
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module Devise
|
||||||
private
|
private
|
||||||
|
|
||||||
# Receives a resource and check if it is valid by calling valid_for_authentication?
|
# Receives a resource and check if it is valid by calling valid_for_authentication?
|
||||||
# An optional block that will be triggered while validating can be optionally
|
# A block that will be triggered while validating can be optionally
|
||||||
# given as parameter. Check Devise::Models::Authenticatable.valid_for_authentication?
|
# given as parameter. Check Devise::Models::Authenticatable.valid_for_authentication?
|
||||||
# for more information.
|
# for more information.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue