diff --git a/config/application.rb b/config/application.rb index 6dabecad..230c5f45 100644 --- a/config/application.rb +++ b/config/application.rb @@ -2,6 +2,10 @@ require File.expand_path('../boot', __FILE__) require 'rails/all' +# Necessary to actually use this feature +# see https://github.com/reed/actionview-encoded_mail_to/issues/15 +require 'action_view/encoded_mail_to/mail_to_with_encoding' + # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups)