Fix typo in initializer template comment

This commit is contained in:
Peter Vandenabeele
2014-03-02 15:22:59 +01:00
parent aea82d0b03
commit a89af190e2

View File

@@ -119,8 +119,8 @@ Devise.setup do |config|
# If true, requires any email changes to be confirmed (exactly the same way as
# initial account confirmation) to be applied. Requires additional unconfirmed_email
# db field (see migrations). Until confirmed new email is stored in
# unconfirmed email column, and copied to email column on successful confirmation.
# db field (see migrations). Until confirmed, new email is stored in
# unconfirmed_email column, and copied to email column on successful confirmation.
config.reconfirmable = true
# Defines which key will be used when confirming an account