diff options
author | Philipe Fatio <me@phili.pe> | 2017-04-22 19:45:51 +0200 |
---|---|---|
committer | Philipe Fatio <me@phili.pe> | 2017-05-02 07:22:48 +0200 |
commit | eddbb62f94f4fb63bec8fda0f82c0f1597c3af01 (patch) | |
tree | 7fed8895cb22c51b58ccc986ba9f0fa7982afd39 /activemodel | |
parent | a6a93f9ed5af5c84cf35dc03759c0b7d9d880cd2 (diff) | |
download | rails-eddbb62f94f4fb63bec8fda0f82c0f1597c3af01.tar.gz rails-eddbb62f94f4fb63bec8fda0f82c0f1597c3af01.tar.bz2 rails-eddbb62f94f4fb63bec8fda0f82c0f1597c3af01.zip |
Add missing require in ActionMailer
Without this, Action Mailer doesn't work like it used to on version 4.
The following snippet fails since version 5:
> require 'action_mailer'
> ActionMailer::Base
NameError: uninitialized constant ActiveSupport::Rescuable
Diffstat (limited to 'activemodel')
0 files changed, 0 insertions, 0 deletions