Class: ActionMailer::ARMailer
- Defined in:
- lib/action_mailer/ar_mailer.rb
Overview
Adds sending email through an ActiveRecord table as a delivery method for ActionMailer.
Class Method Summary collapse
Methods inherited from Base
email_class, email_class=, #perform_delivery_activerecord
Class Method Details
.inherited(sub) ⇒ Object
10 11 12 |
# File 'lib/action_mailer/ar_mailer.rb', line 10 def self.inherited(sub) logger.warn('The ActionMailer::ARMailer class has been deprecated. Will be removed in version 2.1. Just use ActionMailer::Base.') end |