Sha256: 1a601b3bf3dbadbabefdc936f7b9b06c72c627aa92b6462ba300dc0695eb12c8

Contents?: true

Size: 188 Bytes

Versions: 6

Compression:

Stored size: 188 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tramway-news-1.0.4.6 app/mailers/tramway/news/application_mailer.rb
tramway-news-1.0.4.5 app/mailers/tramway/news/application_mailer.rb
tramway-news-1.0.4.4 app/mailers/tramway/news/application_mailer.rb
tramway-news-1.0.5 app/mailers/tramway/news/application_mailer.rb
tramway-news-1.0.4.3 app/mailers/tramway/news/application_mailer.rb
tramway-news-1.0.4.2 app/mailers/tramway/news/application_mailer.rb