Module: Hanami::Mailer::Glue Private

Defined in:
lib/hanami/mailer/glue.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 0.5.0

Class Method Summary collapse

Class Method Details

.included(configuration) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.5.0



8
9
10
11
12
# File 'lib/hanami/mailer/glue.rb', line 8

def self.included(configuration)
  configuration.class_eval do
    alias_method :delivery, :delivery_method
  end
end