From 28508d444e36dc8b5819f011f0a2398f44d8d3e3 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Wed, 15 Jul 2009 14:15:52 -0700 Subject: Centralize commonly used parts of AS in ActionController into action_controller.rb --- actionpack/lib/action_controller/base/helpers.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/lib/action_controller/base/helpers.rb') 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 -- cgit v1.2.3