Class: RegPathMailer

Inherits:
ActionMailer::Base
  • Object
show all
Defined in:
lib/reg_path/mailer/reg_path_mailer.rb

Instance Method Summary collapse

Instance Method Details

#foodfit(params) ⇒ Object



8
9
10
# File 'lib/reg_path/mailer/reg_path_mailer.rb', line 8

def foodfit(params)
  standard_mail(params)
end

#house_form(params) ⇒ Object



4
5
6
# File 'lib/reg_path/mailer/reg_path_mailer.rb', line 4

def house_form(params)
  standard_mail(params)
end