Browse Source

Leave the unused ones in so it's easy to change them if used in future

pull/238/head
baarkerlounger 3 years ago
parent
commit
522cb19003
  1. 10
      app/mailers/notify_devise_mailer.rb

10
app/mailers/notify_devise_mailer.rb

@ -38,7 +38,15 @@ class NotifyDeviseMailer < Devise::Mailer
send_email(record.email, template_id, personalisation)
end
def unlock_instructions(record, token, opts = {})
super
end
def email_changed(record, opts = {})
# devise_mail(record, :email_changed, opts)
super
end
def password_change(record, opts = {})
super
end
end

Loading…
Cancel
Save