mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing require to routes inspector
This commit is contained in:
parent
7e7c9b3430
commit
f99453071b
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'delegate'
|
||||
require 'active_support/core_ext/string/strip'
|
||||
|
||||
module ActionDispatch
|
||||
module Routing
|
||||
|
|
Loading…
Reference in a new issue