module GhostInThePost::Automatic

Public Instance Methods

mail(*args, &block) click to toggle source
Calls superclass method GhostInThePost::Mailer#mail
# File lib/ghost_in_the_post/automatic.rb, line 4
def mail(*args, &block)
  super.tap do |email|
    email.extend GhostOnDelivery
  end
end