From aa749a74f63547a503772f4489fb60b5e4fbea1a Mon Sep 17 00:00:00 2001 From: Carlhuda Date: Tue, 2 Mar 2010 14:00:17 -0800 Subject: Get the railties tests to pass again. --- actionpack/lib/action_controller/railtie.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_controller/railtie.rb b/actionpack/lib/action_controller/railtie.rb index a18b63fb13..07c6b8f2b6 100644 --- a/actionpack/lib/action_controller/railtie.rb +++ b/actionpack/lib/action_controller/railtie.rb @@ -27,11 +27,6 @@ module ActionController ActionController::Base.cache_store ||= RAILS_CACHE end - initializer "action_controller.add_view_paths" do |app| - views = app.config.paths.app.views.to_a - ActionController::Base.prepend_view_path(views) - end - initializer "action_controller.set_helpers_path" do |app| ActionController::Base.helpers_path = app.config.paths.app.helpers.to_a end -- cgit v1.2.3