From fc22552e5f9abc9d5449f5b3c0d347e53d7d7575 Mon Sep 17 00:00:00 2001 From: Matthew Rudy Jacobs Date: Thu, 15 Apr 2010 12:29:04 +0800 Subject: action_dispatch/routing/deprecated_mapper needs with_options [#4398 state:committed] Signed-off-by: Jeremy Kemper --- actionpack/lib/action_dispatch/routing/deprecated_mapper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/lib/action_dispatch/routing/deprecated_mapper.rb') diff --git a/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb b/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb index e8c2e74314..1b676669e2 100644 --- a/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb +++ b/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb @@ -1,4 +1,5 @@ require 'active_support/core_ext/object/blank' +require 'active_support/core_ext/object/with_options' module ActionDispatch module Routing -- cgit v1.2.3