Sha256: f329e5f7930b125efe5516e599ce2311463df32199a3c92697c40ebb1b83ad12

Contents?: true

Size: 136 Bytes

Versions: 62

Compression:

Stored size: 136 Bytes

Contents

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

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
mobile_workflow-0.2.0 app/mailers/mobile_workflow/application_mailer.rb
mobile_workflow-0.1.0 app/mailers/mobile_workflow/application_mailer.rb