Class: Twelvefactor::Environment::Mailer::Test

Inherits:
Object
  • Object
show all
Defined in:
lib/twelvefactor/environment/mailer/test.rb

Class Method Summary collapse

Class Method Details

.apply(app, _) ⇒ Object



3
4
5
6
# File 'lib/twelvefactor/environment/mailer/test.rb', line 3

def self.apply app, _
  config = app.config
  config.action_mailer.delivery_method = :test
end