Merge pull request #5045 from matheusbn/small-text-fix-in-strategies/authenticatable.rb [skip ci]

Fix RDoc text redundancy in authenticatable.rb strategy
This commit is contained in:
Marcos Ferreira
2019-03-18 09:40:53 -03:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ module Devise
private
# 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?
# for more information.
#