aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/helpers.rb
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-07-15 14:15:52 -0700
committerYehuda Katz <wycats@gmail.com>2009-07-15 14:15:52 -0700
commit28508d444e36dc8b5819f011f0a2398f44d8d3e3 (patch)
tree83be0aaaaaccd965ace1d103850bda9bdcbab29a /actionpack/lib/action_controller/base/helpers.rb
parentb0429f5e66b4e33f9d0ba7b066a3dbfdab68534c (diff)
downloadrails-28508d444e36dc8b5819f011f0a2398f44d8d3e3.tar.gz
rails-28508d444e36dc8b5819f011f0a2398f44d8d3e3.tar.bz2
rails-28508d444e36dc8b5819f011f0a2398f44d8d3e3.zip
Centralize commonly used parts of AS in ActionController into action_controller.rb
Diffstat (limited to 'actionpack/lib/action_controller/base/helpers.rb')
-rw-r--r--actionpack/lib/action_controller/base/helpers.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/base/helpers.rb b/actionpack/lib/action_controller/base/helpers.rb
index 2fa5ea6519..7c52779064 100644
--- a/actionpack/lib/action_controller/base/helpers.rb
+++ b/actionpack/lib/action_controller/base/helpers.rb
@@ -1,5 +1,3 @@
-require 'active_support/core_ext/load_error'
-require 'active_support/core_ext/name_error'
require 'active_support/dependencies'
module ActionController