Class: MailForm::Base

Inherits:
Object
  • Object
show all
Includes:
Delivery, Shim
Defined in:
lib/mail_form/base.rb

Class Method Summary collapse

Methods included from Delivery

#deliver!, #not_spam?, #spam?

Methods included from Shim

#attributes, #create, #id, included, #initialize, #new_record?

Class Method Details

.lookup_ancestorsObject



5
6
7
# File 'lib/mail_form/base.rb', line 5

def self.lookup_ancestors
  super - [MailForm::Base]
end