aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/railtie.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/railtie.rb')
-rw-r--r--actionpack/lib/action_controller/railtie.rb5
1 files changed, 0 insertions, 5 deletions
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