Sha256: 4a4e455195efeb680de2e9a3e3d6b58c0b5a196eb0b0b7a2c5a97108e79e18dd
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
class UserMailer < ApplicationMailer # Subject can be set in your I18n file at config/locales/en.yml # with the following lookup: # # en.user_mailer.success.subject # def success(recipient) @greeting = "Hi" mail to: "to@example.org" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pubsub_notifier-0.1.2 | spec/rails/rails-4.2.9/app/mailers/user_mailer.rb |