1
0
Fork 0
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:
Matthew Rudy Jacobs 2010-04-15 12:29:04 +08:00 committed by Jeremy Kemper
parent a0cc94b32e
commit fc22552e5f

View file

@ -1,4 +1,5 @@
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/object/with_options'
module ActionDispatch
module Routing