Sha256: 0108b59bee7a9763f049b05ea51363956f838ccaef7b05c8e21f22de3ec468df
Contents?: true
Size: 189 Bytes
Versions: 2
Compression:
Stored size: 189 Bytes
Contents
module Shoelace module Rails module Ui class ApplicationMailer < ActionMailer::Base default from: "from@example.com" layout "mailer" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoelace-rails-ui-0.1.2 | app/mailers/shoelace/rails/ui/application_mailer.rb |
shoelace-rails-ui-0.1.1 | app/mailers/shoelace/rails/ui/application_mailer.rb |