libertarian-party/partynest

View on GitHub
app/mailers/user_mailer.rb

Summary

Maintainability
A
0 mins
Test Coverage
# 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