From b9b48c780649c40dbec0758e2ff3e9f14b2bf3f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?=
 <lukasz.strzalkowski@gmail.com>
Date: Thu, 11 Jul 2013 16:35:36 +0200
Subject: Remove abstract_controller load hooks

---
 actionpack/lib/abstract_controller/base.rb | 2 --
 1 file changed, 2 deletions(-)

(limited to 'actionpack/lib')

diff --git a/actionpack/lib/abstract_controller/base.rb b/actionpack/lib/abstract_controller/base.rb
index 8949a9fc78..af5de815bb 100644
--- a/actionpack/lib/abstract_controller/base.rb
+++ b/actionpack/lib/abstract_controller/base.rb
@@ -163,8 +163,6 @@ module AbstractController
       method_for_action(action_name).present?
     end
 
-    ActiveSupport.run_load_hooks(:abstract_controller, self)
-
     private
 
       # Returns true if the name can be considered an action because
-- 
cgit v1.2.3