Sha256: fce27e27e8a6a40d378212f1c8d46b5b310addb0301da8a74d70ad72b855c269

Contents?: true

Size: 191 Bytes

Versions: 3

Compression:

Stored size: 191 Bytes

Contents

require 'active_support/configurable'
require 'mandrill'

module MandrillActionMailer
  include ActiveSupport::Configurable

  def self.client
    Mandrill::API.new(config.api_key)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mandrill-mailer-rails-1.1.0 lib/mandrill_action_mailer.rb
mandrill-mailer-rails-1.0.0 lib/mandrill_action_mailer.rb
mandrill-mailer-rails-0.0.1 lib/mandrill_action_mailer.rb