You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm playing around with the devise module :confirmable, and noticed that the ## Confirmable block that is commented out in the generated user model is missing the property :unconfirmed_email, type: String, which is required I think when using the module.
I'm just curious if that was intentional or not.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm playing around with the devise module
:confirmable
, and noticed that the## Confirmable
block that is commented out in the generated user model is missing theproperty :unconfirmed_email, type: String
, which is required I think when using the module.I'm just curious if that was intentional or not.
Thanks!
The text was updated successfully, but these errors were encountered: