1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Responder was removed at ee77770d57

This commit is contained in:
Akira Matsuda 2014-09-30 17:17:11 +09:00
parent c935d6f9b5
commit fe88af61f6

View file

@ -34,7 +34,6 @@ module ActionController
autoload :Rendering
autoload :RequestForgeryProtection
autoload :Rescue
autoload :Responder
autoload :Streaming
autoload :StrongParameters
autoload :Testing