Sha256: cb8b27a90f00693125dafccde66e218b3b36b26f33ecc429e13d500c652ee97c

Contents?: true

Size: 180 Bytes

Versions: 16

Compression:

Stored size: 180 Bytes

Contents

module GhostInThePost
  module Automatic
    include Mailer
    def mail(*args, &block)
      super.tap do |email|
        email.extend GhostOnDelivery
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ghost_in_the_post-0.1.4 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.1.3 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.1.2 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.1.0 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.14 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.13 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.12 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.11 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.10 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.9 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.8 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.7 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.6 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.5 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.4 lib/ghost_in_the_post/automatic.rb
ghost_in_the_post-0.0.3 lib/ghost_in_the_post/automatic.rb