Sha256: 495a5c8f75fcf05fbcab86c01c0e2964dcef698ca899a1f5ed49254d0db205c7
Contents?: true
Size: 216 Bytes
Versions: 9
Compression:
Stored size: 216 Bytes
Contents
class UserWithLayoutMailer < ApplicationMailer layout "mail_layout" def welcome mail( to: "foo@example.com", reply_to: "noreply@schneems.com", subject: "hello world" ) end end
Version data entries
9 entries across 9 versions & 1 rubygems