Sha256: 22e12049c697237f5be33bc380f6e5a76891ff2b3f73fcda753165b015fc10aa
Contents?: true
Size: 124 Bytes
Versions: 2
Compression:
Stored size: 124 Bytes
Contents
class ApplicationMailer < ActionMailer::Base default from: "from@example.com", to: "to@example.com" layout "mailer" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_tenant-0.5.1 | spec/dummy/app/mailers/application_mailer.rb |
acts_as_tenant-0.5.0 | spec/dummy/app/mailers/application_mailer.rb |