From cb432cfd6e9690f5253c63e9f45e5d22b0e16a22 Mon Sep 17 00:00:00 2001 From: Matthew Rudy Jacobs Date: Thu, 15 Apr 2010 12:29:04 +0800 Subject: [PATCH] action_dispatch/routing/deprecated_mapper needs with_options --- .../action_dispatch/routing/deprecated_mapper.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb b/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb index e8c2e74..1b67666 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 -- 1.6.6