mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
action_dispatch/routing/deprecated_mapper needs with_options
[#4398 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
This commit is contained in:
parent
a0cc94b32e
commit
fc22552e5f
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'active_support/core_ext/object/blank'
|
||||
require 'active_support/core_ext/object/with_options'
|
||||
|
||||
module ActionDispatch
|
||||
module Routing
|
||||
|
|
Loading…
Reference in a new issue