ActionDispatch::Head was replaced by Rack::Head. Closes #14191.

See 449039a86d802871b707dfb51ac1ed96d53526f9 for the original commit.
This commit is contained in:
Yves Senn 2014-02-25 11:18:54 +01:00
parent fcf4a0d214
commit 06f815e61c

@ -52,7 +52,6 @@ class IllegalStateError < StandardError
autoload :DebugExceptions
autoload :ExceptionWrapper
autoload :Flash
autoload :Head
autoload :ParamsParser
autoload :PublicExceptions
autoload :Reloader