Remove the active_model require from action_dispatch.

Since we removed the ActiveModel dependenxy from ActionPack at
166dbaa7 we don't need to require it
anymore.

Closes #7370
上级 a38d4d41
......@@ -26,7 +26,6 @@
require 'active_support/core_ext/module/attribute_accessors'
require 'action_pack'
require 'active_model'
require 'rack'
module Rack
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册