Sha256: ad71b045a10ecb833d17f4efacb860486be6c091690479e792a357984b1e725b
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
class NotificationMailerNoStyle < ActionMailer::Base layout "notification_mailer_without_style" default from: "Johnny Quids<quidlicker@example.com>" def email_with_no_style 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_no_layout.rb |