aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
diff options
context:
space:
mode:
authorYehuda Katz <wycats@yehuda-katzs-macbookpro41.local>2009-06-02 21:43:54 -0700
committerYehuda Katz <wycats@yehuda-katzs-macbookpro41.local>2009-06-02 21:43:54 -0700
commit6b4da2ecacc28d7e50aa0e0123b5f4564d6e92c2 (patch)
tree25416ec6c0dbbd016cd00f975afd3c4bc3736eeb /actionpack/lib/action_view/helpers/form_helper.rb
parent1126a85aed576402d978e6f76eb393b6baaa9541 (diff)
downloadrails-6b4da2ecacc28d7e50aa0e0123b5f4564d6e92c2.tar.gz
rails-6b4da2ecacc28d7e50aa0e0123b5f4564d6e92c2.tar.bz2
rails-6b4da2ecacc28d7e50aa0e0123b5f4564d6e92c2.zip
Add explicit requirement in a few cases it was missing.
TODO: Come up with the minimal core and remove all of these
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb
index beef661a37..6668482370 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -3,6 +3,7 @@ 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/inheritable_attributes'
+require 'active_support/core_ext/hash/slice'
module ActionView
module Helpers