class Twelvefactor::Environment::Mailer::LetterOpener
Public Class Methods
apply(app, _)
click to toggle source
# File lib/twelvefactor/environment/mailer/letter_opener.rb, line 3 def self.apply app, _ config = app.config config.action_mailer.delivery_method = :letter_opener end