Module: Hanami::Extensions::Mailer::ClassMethods Private

Defined in:
lib/hanami/extensions/mailer.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.1.0

Instance Method Summary collapse

Instance Method Details

#configure_for_slice(slice) ⇒ 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.1.0



20
21
22
# File 'lib/hanami/extensions/mailer.rb', line 20

def configure_for_slice(slice)
  extend SliceConfiguredMailer.new(slice)
end