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, #deliver, #id, included, #initialize, #new_record?, #persisted?

Class Method Details

.lookup_ancestorsObject



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

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