1
0
Fork 0
This repository has been archived on 2023-03-27. 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
Raw Normal View History

2018-12-06 13:16:20 -05:00
# 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