You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small developer quality of life feature suggestion:
When the MailerPreview method does not return a proper Mailer object, we get a non-obvious error as the gem tries to use the returned object as a mailer:
NoMethodError (undefined method `multipart?' for nil:NilClass):
Might be helpful to raise an error earlier when the method does not return the proper object such that developers don't have to dig through what is calling multipart?.
The text was updated successfully, but these errors were encountered:
Small developer quality of life feature suggestion:
When the MailerPreview method does not return a proper Mailer object, we get a non-obvious error as the gem tries to use the returned object as a mailer:
Might be helpful to raise an error earlier when the method does not return the proper object such that developers don't have to dig through what is calling
multipart?
.The text was updated successfully, but these errors were encountered: