Commit f87d14e
authored
In
* Check if mail object responds to delivery method
Instead of checking for an inheritance of ActionMailer::Base,
just see if the conffigure mailer and method respond to the configured
delivery method.
Since both the mailer and the willingniess to automatically send out
messages can be configured, the message should be send if it is
sendable, regardless of which Class the configured mailer inherits
from.
* Add empty mainifest.js to rails_app
Not having a manifest was causing issues running `bundle exec rake`
with sprockets 4.generic_send_email, check if mail object responds to delivery method instead of checking inheritance from ActionMailer (#211)1 parent 16bb809 commit f87d14e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments