Class: Deal
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Deal
- Includes:
- E9::ActiveRecord::TimeScopes, E9Rails::ActiveRecord::InheritableOptions, E9Rails::ActiveRecord::Initialization
- Defined in:
- app/models/deal.rb
Overview
Generated from a Lead, owned by a Campaign. Deals represent potential “deals” with contacts and track revenue used for marketing reports.
Defined Under Namespace
Instance Attribute Summary collapse
-
#mailing_list_ids ⇒ Object
mailing_list_ids may be set on Deals when they are being created as leads, this is done via opt-in checkboxes on the form.
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
Instance Attribute Details
#mailing_list_ids ⇒ Object
mailing_list_ids may be set on Deals when they are being created as leads, this is done via opt-in checkboxes on the form
60 61 62 |
# File 'app/models/deal.rb', line 60 def mailing_list_ids @mailing_list_ids end |