mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add autoload hook for AbstractController::ActionNotFound
The error can be reproduced with require "bundler/setup" require "action_controller" AbstractController::ActionNotFound
This commit is contained in:
parent
9c6e362a63
commit
00638f31d1
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ require "active_support/i18n"
|
|||
module AbstractController
|
||||
extend ActiveSupport::Autoload
|
||||
|
||||
autoload :ActionNotFound, "abstract_controller/base"
|
||||
autoload :Base
|
||||
autoload :Caching
|
||||
autoload :Callbacks
|
||||
|
|
Loading…
Reference in a new issue