aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-26 23:08:00 +0100
committerXavier Noria <fxn@hashref.com>2010-01-26 23:08:00 +0100
commit3c6891593d84b83c70441b4c953080481bdcc4bf (patch)
tree5171c23ea1a5e563a89f9a55886085224498edec /actionpack/lib/action_view
parentc25ac0deeefe55837ba8fd2b2dc860924a507e63 (diff)
downloadrails-3c6891593d84b83c70441b4c953080481bdcc4bf.tar.gz
rails-3c6891593d84b83c70441b4c953080481bdcc4bf.tar.bz2
rails-3c6891593d84b83c70441b4c953080481bdcc4bf.zip
removes now void extending.rb
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/helpers/prototype_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb
index ff7bc3b34e..bef93dd0f8 100644
--- a/actionpack/lib/action_view/helpers/prototype_helper.rb
+++ b/actionpack/lib/action_view/helpers/prototype_helper.rb
@@ -1,6 +1,5 @@
require 'set'
require 'active_support/json'
-require 'active_support/core_ext/object/extending'
require 'active_support/core_ext/object/returning'
module ActionView