devise-activegraph icon indicating copy to clipboard operation
devise-activegraph copied to clipboard

`:unconfirmed_email` missing from model generator

Open mattfiocca opened this issue 8 years ago • 1 comments

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!

mattfiocca avatar Jul 03 '16 02:07 mattfiocca