has_secure_password :recovery_password
This commit is contained in:
parent
49998ee5b7
commit
639eb2ba04
5 changed files with 14 additions and 7 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangePasswordRecoveryCodeToRecoveryPasswordDigest < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
rename_column :users, :password_recovery_code, :recovery_password_digest
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue