Skip to content

Commit

Permalink
Merge pull request #5045 from matheusbn/small-text-fix-in-strategies/…
Browse files Browse the repository at this point in the history
…authenticatable.rb [skip ci]

Fix RDoc text redundancy in authenticatable.rb strategy
  • Loading branch information
mracos committed Mar 18, 2019
2 parents 2f3a596 + a460d79 commit 214ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise/strategies/authenticatable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def clean_up_csrf?
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.
#
Expand Down

0 comments on commit 214ce91

Please sign in to comment.