Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
remove deprecated ActionMailer::ARMailer class
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Jun 30, 2009
1 parent e7002e3 commit 93df899
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/action_mailer/ar_mailer.rb
@@ -1,18 +1,8 @@
require 'action_mailer'

##
# Adds sending email through an ActiveRecord table as a delivery method for
# ActionMailer.
#

class ActionMailer::ARMailer < ActionMailer::Base

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

end

class ActionMailer::Base

##
Expand Down

0 comments on commit 93df899

Please sign in to comment.