Sha256: bb1941c63c15f5dc673fd6dcd136d7c33d4961e52567f1954209115acc651cd4

Contents?: true

Size: 165 Bytes

Versions: 10

Compression:

Stored size: 165 Bytes

Contents

# frozen_string_literal: true

module Stenographer
  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
stenographer-rails-0.7.4 app/mailers/stenographer/application_mailer.rb
stenographer-rails-0.7.3 app/mailers/stenographer/application_mailer.rb
stenographer-rails-0.7.1 app/mailers/stenographer/application_mailer.rb
stenographer-rails-0.7.0 app/mailers/stenographer/application_mailer.rb
stenographer-rails-0.6.5 app/mailers/stenographer/application_mailer.rb
stenographer-rails-0.6.4 app/mailers/stenographer/application_mailer.rb
stenographer-rails-0.6.3 app/mailers/stenographer/application_mailer.rb
stenographer-rails-0.6.2 app/mailers/stenographer/application_mailer.rb
stenographer-rails-0.6.1 app/mailers/stenographer/application_mailer.rb
stenographer-rails-0.6.0 app/mailers/stenographer/application_mailer.rb