Skip to content

Commit fa5f936

Browse files
spastorinojosevalim
authored andcommitted
Added missing require, we are using bind method defined on active_support/core_ext/proc
[rails#4610 state:committed] Signed-off-by: José Valim <[email protected]>
1 parent fdfebb7 commit fa5f936

File tree

1 file changed

+1
-0
lines changed
  • actionmailer/lib/action_mailer

1 file changed

+1
-0
lines changed

actionmailer/lib/action_mailer/base.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
require 'action_mailer/collector'
44
require 'active_support/core_ext/array/wrap'
55
require 'active_support/core_ext/object/blank'
6+
require 'active_support/core_ext/proc'
67

78
module ActionMailer #:nodoc:
89
# Action Mailer allows you to send email from your application using a mailer model and views.

0 commit comments

Comments
 (0)