We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfebb7 commit fa5f936Copy full SHA for fa5f936
actionmailer/lib/action_mailer/base.rb
@@ -3,6 +3,7 @@
3
require 'action_mailer/collector'
4
require 'active_support/core_ext/array/wrap'
5
require 'active_support/core_ext/object/blank'
6
+require 'active_support/core_ext/proc'
7
8
module ActionMailer #:nodoc:
9
# Action Mailer allows you to send email from your application using a mailer model and views.
0 commit comments