Commit 2bd3583d by Hoang Nam Nguyen

fixef forgot_page

parent 192494b5
......@@ -19,7 +19,6 @@ class User < ApplicationRecord
before_save :downcase_email
before_save :set_password
before_save { self.email = email.downcase }
before_create :create_activation_digest
def create_reset_digest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment