mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
require 'active_support/dependencies' in action_dispatch/middleware/stack
This commit is contained in:
parent
63032c1162
commit
f7af75976a
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
require "active_support/inflector/methods"
|
require "active_support/inflector/methods"
|
||||||
|
require "active_support/dependencies"
|
||||||
|
|
||||||
module ActionDispatch
|
module ActionDispatch
|
||||||
class MiddlewareStack < Array
|
class MiddlewareStack < Array
|
||||||
|
|
Loading…
Reference in a new issue