Sha256: 57a826ef0cbff634a2a246142e1d4ebcbb0a4b0eb1857c3b35036c7e53ee80c6

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

class PostMailer < ApplicationMailer

  # Subject can be set in your I18n file at config/locales/en.yml
  # with the following lookup:
  #
  #   en.post_mailer.failure.subject
  #
  def failure(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/post_mailer.rb