Sha256: 2c83823c2760408a88edf9f808859375379e62a3896f1328e72958afaa7b0017
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 Bytes
Contents
class NotificationMailer < ActionMailer::Base layout "notification_mailer" default from: "Johnny Quids<quidlicker@example.com>" def welcome_email mail(to: "archie@example.com", subject: "We need dry ice") end def email_with_html_only mail(to: "archie@example.com", subject: "We need dry ice") end def welcome_html_email mail(to: "archie@example.com", subject: "We need dry ice") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionmailer-instyle-0.5.0 | spec/internal/app/mailers/notification_mailer.rb |