From fdaecbed84af426213cbb77568e25128cf01484c Mon Sep 17 00:00:00 2001 From: Andrew White Date: Fri, 1 Jul 2011 20:17:21 +0100 Subject: Add missing requires for ActionView::Context and Module#instance_method_names --- actionpack/lib/action_view/helpers/form_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index 9feec04429..8d78190131 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -1,9 +1,11 @@ require 'cgi' +require 'action_view/context' require 'action_view/helpers/date_helper' require 'action_view/helpers/tag_helper' require 'action_view/helpers/form_tag_helper' require 'active_support/core_ext/class/attribute' require 'active_support/core_ext/hash/slice' +require 'active_support/core_ext/module/method_names' require 'active_support/core_ext/object/blank' require 'active_support/core_ext/string/output_safety' require 'active_support/core_ext/array/extract_options' -- cgit v1.2.3