aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-08-02 18:36:41 +0200
committerXavier Noria <fxn@hashref.com>2012-08-02 21:59:22 +0200
commit8f58d6e5074a623bed752d5ba38513305f03fae9 (patch)
treed67dc9b20392d1adb430957193b2148cb016dce0 /actionpack/lib/action_view/helpers/form_helper.rb
parent1a7b2e8fadc34a70ad891b3b111a06e384fd3c6d (diff)
downloadrails-8f58d6e5074a623bed752d5ba38513305f03fae9.tar.gz
rails-8f58d6e5074a623bed752d5ba38513305f03fae9.tar.bz2
rails-8f58d6e5074a623bed752d5ba38513305f03fae9.zip
load active_support/core_ext/object/blank in active_support/rails
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, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb
index b34f6c8650..01a7f37522 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -7,7 +7,6 @@ require 'action_view/helpers/tags'
require 'active_support/core_ext/class/attribute'
require 'active_support/core_ext/class/attribute_accessors'
require 'active_support/core_ext/hash/slice'
-require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/string/output_safety'
require 'active_support/core_ext/array/extract_options'
require 'active_support/deprecation'