Sha256: f2dc211f63fa67199c922698b1fa4adabd0349cca5ce10972449fcab12eabc7f
Contents?: true
Size: 660 Bytes
Versions: 8
Compression:
Stored size: 660 Bytes
Contents
class UserNoLayoutMailer < ApplicationMailer layout false def welcome mail( to: "foo@example.com", reply_to: "noreply@schneems.com", subject: "hello world" ) end def leading_whitespace mail( to: "foo@example.com", reply_to: "noreply@schneems.com", subject: "hello world" ) end def leading_whitespace_again mail( to: "foo@example.com", reply_to: "noreply@schneems.com", subject: "hello world" ) end def contact mail( to: "foo@example.com", reply_to: "noreply@schneems.com", subject: "hello world" ) end end
Version data entries
8 entries across 8 versions & 1 rubygems