1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/app/mailers/user_mailer.rb

24 lines
433 B
Ruby

# frozen_string_literal: true
class UserMailer < Devise::Mailer
# def confirmation_instructions(record, token, opts = {})
# super
# end
# def reset_password_instructions(record, token, opts = {})
# super
# end
# def unlock_instructions(record, token, opts = {})
# super
# end
# def email_changed(record, opts = {})
# super
# end
# def password_change(record, opts = {})
# super
# end
end