Method: Hanami::Mailer.configure
- Defined in:
- lib/hanami/mailer.rb
.configure(&blk) ⇒ Object
Configure the framework. It yields the given block in the context of the configuration
63 64 65 66 |
# File 'lib/hanami/mailer.rb', line 63 def self.configure(&blk) configuration.instance_eval(&blk) self end |