Module: EmailCampaign
- Defined in:
- lib/email_campaign.rb,
lib/email_campaign/config.rb,
lib/email_campaign/engine.rb,
lib/email_campaign/handler.rb,
lib/email_campaign/version.rb,
app/helpers/email_campaign/email_helper.rb
Defined Under Namespace
Modules: EmailHelper, Handler Classes: Campaign, Config, Engine, Recipient
Constant Summary collapse
- VERSION =
"0.1.10"
Class Method Summary collapse
-
.setup {|_self| ... } ⇒ Object
Yield self on setup for nice config blocks.
Class Method Details
.setup {|_self| ... } ⇒ Object
Yield self on setup for nice config blocks
9 10 11 |
# File 'lib/email_campaign.rb', line 9 def self.setup yield self end |