diff options
author | Matthew Rudy Jacobs <matthewrudyjacobs@gmail.com> | 2010-04-15 12:29:04 +0800 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-04-14 21:43:35 -0700 |
commit | fc22552e5f9abc9d5449f5b3c0d347e53d7d7575 (patch) | |
tree | a7f6eefa5e88d7b663b16c5fce16ab3b56c2be7c | |
parent | a0cc94b32e5b4e4dce50787eed1208406f99ea82 (diff) | |
download | rails-fc22552e5f9abc9d5449f5b3c0d347e53d7d7575.tar.gz rails-fc22552e5f9abc9d5449f5b3c0d347e53d7d7575.tar.bz2 rails-fc22552e5f9abc9d5449f5b3c0d347e53d7d7575.zip |
action_dispatch/routing/deprecated_mapper needs with_options
[#4398 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
-rw-r--r-- | actionpack/lib/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 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 |