From fe88af61f6207bd140a5b144012a096a8680c29b Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Tue, 30 Sep 2014 17:17:11 +0900 Subject: [PATCH] Responder was removed at ee77770d57de9da87b05a2fe84b9d46ec6852c62 --- actionpack/lib/action_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/actionpack/lib/action_controller.rb b/actionpack/lib/action_controller.rb index 7f1aeafe8baba..91ac7eef01b4a 100644 --- a/actionpack/lib/action_controller.rb +++ b/actionpack/lib/action_controller.rb @@ -34,7 +34,6 @@ module ActionController autoload :Rendering autoload :RequestForgeryProtection autoload :Rescue - autoload :Responder autoload :Streaming autoload :StrongParameters autoload :Testing