Sha256: 4843db07184c36ba1df04bca97364f65779696ef8ce8ba456c6d5f1e5e62d1ec

Contents?: true

Size: 136 Bytes

Versions: 10

Compression:

Stored size: 136 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
beetle_reporter-0.1.10 app/mailers/beetle_reporter/application_mailer.rb
beetle_reporter-0.1.9 app/mailers/beetle_reporter/application_mailer.rb
beetle_reporter-0.1.8 app/mailers/beetle_reporter/application_mailer.rb
beetle_reporter-0.1.7 app/mailers/beetle_reporter/application_mailer.rb
beetle_reporter-0.1.6 app/mailers/beetle_reporter/application_mailer.rb
beetle_reporter-0.1.5 app/mailers/beetle_reporter/application_mailer.rb
beetle_reporter-0.1.4 app/mailers/beetle_reporter/application_mailer.rb
beetle_reporter-0.1.3 app/mailers/beetle_reporter/application_mailer.rb
beetle_reporter-0.1.2 app/mailers/beetle_reporter/application_mailer.rb
beetle_reporter-0.1.1 app/mailers/beetle_reporter/application_mailer.rb