Sha256: e7e372dd576d6d4990135bea955f6e3141bf746c0481beae1a936f180f5202a1

Contents?: true

Size: 160 Bytes

Versions: 61

Compression:

Stored size: 160 Bytes

Contents

module Tramway
  module Landing
    class ApplicationMailer < ActionMailer::Base
      default from: 'from@example.com'
      layout 'mailer'
    end
  end
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
tramway-landing-1.0 app/mailers/tramway/landing/application_mailer.rb