Module: TorqueBox::Mailer::Extensions::ActionMailer

Defined in:
lib/torquebox/mailer/extensions/action_mailer.rb

Overview

Extension module for ActionMailer that holds the public API

Instance Method Summary collapse

Instance Method Details

#delay(options = {}) ⇒ Object



21
22
23
# File 'lib/torquebox/mailer/extensions/action_mailer.rb', line 21

def delay(options = {})
  Proxy.new(DelayedMailer, self, options)
end