Methods
- A
- C
- E
- F
- N
- P
Attributes
[R] | params |
Class Public methods
all() Link
Returns all mailer preview classes.
call(email, params = {}) Link
Returns the mail object for the given email name. The registered preview interceptors will be informed so that they can transform the message as they would if the mail was actually being delivered.
email_exists?(email) Link
Returns true
if the email exists.
emails() Link
Returns all of the available email previews.
exists?(preview) Link
Returns true
if the preview exists.
find(preview) Link
Find a mailer preview by its underscored class name.