Sha256: 508877e8467f9c2d9089d03090a72d062a715029dd24f19548078913f41a6849

Contents?: true

Size: 158 Bytes

Versions: 74

Compression:

Stored size: 158 Bytes

Contents

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

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
tramway-event-1.2.1 app/mailers/tramway/event/application_mailer.rb
tramway-event-1.2 app/mailers/tramway/event/application_mailer.rb
tramway-event-1.1 app/mailers/tramway/event/application_mailer.rb
tramway-event-1.0.1 app/mailers/tramway/event/application_mailer.rb
tramway-event-1.0 app/mailers/tramway/event/application_mailer.rb
tramway-event-0.7 app/mailers/tramway/event/application_mailer.rb
tramway-event-0.6 app/mailers/tramway/event/application_mailer.rb
tramway-event-0.5 app/mailers/tramway/event/application_mailer.rb
tramway-event-0.4.1 app/mailers/tramway/event/application_mailer.rb
tramway-event-0.4 app/mailers/tramway/event/application_mailer.rb
tramway-event-0.3 app/mailers/tramway/event/application_mailer.rb
tramway-event-0.2 app/mailers/tramway/event/application_mailer.rb
tramway-event-0.1.1 app/mailers/tramway/event/application_mailer.rb
tramway-event-0.1.0 app/mailers/tramway/event/application_mailer.rb