Sha256: 1128d67d9b6e65bc0f0c14bb05f7d2c4f809c4c4742f94cec85b77173d43baa5

Contents?: true

Size: 167 Bytes

Versions: 5

Compression:

Stored size: 167 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mobile_workflow-0.12.2 app/mailers/mobile_workflow/application_mailer.rb
mobile_workflow-0.12.1 app/mailers/mobile_workflow/application_mailer.rb
mobile_workflow-0.12.0 app/mailers/mobile_workflow/application_mailer.rb
mobile_workflow-0.11.1 app/mailers/mobile_workflow/application_mailer.rb
mobile_workflow-0.11.0 app/mailers/mobile_workflow/application_mailer.rb