Sha256: 4a4d91aa994dbe68493127918891ac1ae8814681aa16601938bbb827579d4fee

Contents?: true

Size: 183 Bytes

Versions: 4

Compression:

Stored size: 183 Bytes

Contents

# frozen_string_literal: true
class Twelvefactor::Environment::Mailer::Test
  def self.apply app, _
    config = app.config
    config.action_mailer.delivery_method = :test
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
twelvefactor-mailer-1.0.3 lib/twelvefactor/environment/mailer/test.rb
twelvefactor-mailer-1.0.2 lib/twelvefactor/environment/mailer/test.rb
twelvefactor-mailer-1.0.1 lib/twelvefactor/environment/mailer/test.rb
twelvefactor-mailer-1.0.0 lib/twelvefactor/environment/mailer/test.rb