Sha256: 871104d086fd4b7a1cc2e265b789901906278d5d04d2b51a01764a670bcf43d0
Contents?: true
Size: 262 Bytes
Versions: 4
Compression:
Stored size: 262 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
4 entries across 4 versions & 2 rubygems