Add autoload hook for AbstractController::ActionNotFound

The error can be reproduced with

    require "bundler/setup"
    require "action_controller"

    AbstractController::ActionNotFound
上级 ae3d203e
......@@ -7,6 +7,7 @@
module AbstractController
extend ActiveSupport::Autoload
autoload :ActionNotFound, "abstract_controller/base"
autoload :Base
autoload :Caching
autoload :Callbacks
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册