Methods
Public Instance methods
[ show source ]
# File test/mail_render_test.rb, line 33
33: def share(recipient)
34: recipients recipient
35: subject "using helpers"
36: from "tester@example.com"
37: end
| Class SecondMailer |
|
[ show source ]
# File test/mail_render_test.rb, line 33
33: def share(recipient)
34: recipients recipient
35: subject "using helpers"
36: from "tester@example.com"
37: end