Skip to content

Commit

Permalink
Merge pull request #3766 from nambrot/patch-1
Browse files Browse the repository at this point in the history
Add missing comma
  • Loading branch information
josevalim committed Sep 28, 2015
2 parents 7df57d5 + 56edeec commit 827d009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise/models/confirmable.rb
Expand Up @@ -24,7 +24,7 @@ module Models
# By default allow_unconfirmed_access_for is zero, it means users always have to confirm to sign in.
# * +reconfirmable+: requires any email changes to be confirmed (exactly the same way as
# initial account confirmation) to be applied. Requires additional unconfirmed_email
# db field to be setup (t.reconfirmable in migrations). Until confirmed new email is
# db field to be setup (t.reconfirmable in migrations). Until confirmed, new email is
# stored in unconfirmed email column, and copied to email column on successful
# confirmation.
# * +confirm_within+: the time before a sent confirmation token becomes invalid.
Expand Down

0 comments on commit 827d009

Please sign in to comment.