module MandrillBatchMailer

Constants

ENDPOINT
VERSION

Attributes

logger[W]

Public Class Methods

logger() click to toggle source
# File lib/mandrill_batch_mailer.rb, line 27
def self.logger
  @logger ||= rails_logger || Logger.new(STDOUT)
end
rails_logger() click to toggle source
# File lib/mandrill_batch_mailer.rb, line 31
def self.rails_logger
  defined?(Rails) && Rails.logger
end