class Twelvefactor::Environment::Mailer::Test

Public Class Methods

apply(app, _) click to toggle source
# File lib/twelvefactor/environment/mailer/test.rb, line 3
def self.apply app, _
  config = app.config
  config.action_mailer.delivery_method = :test
end