Sha256: 699f4285fa0142bc2f21d9a99402b409044afc65873e86a9a13cfbf7a5175831

Contents?: true

Size: 168 Bytes

Versions: 4

Compression:

Stored size: 168 Bytes

Contents

class PostMailer < ApplicationMailer
  default from: 'bar@baz', to: 'foo@bar'

  def notification(post)
    @post = present(post)
    mail(subject: 'Foobar')
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
detaso-oprah-0.3.1 test/dummy/app/mailers/post_mailer.rb
detaso-oprah-0.3.0 test/dummy/app/mailers/post_mailer.rb
oprah-0.3.0 test/dummy/app/mailers/post_mailer.rb
oprah-0.2.1 test/dummy/app/mailers/post_mailer.rb