aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-15 15:54:37 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-15 15:54:37 -0700
commit5913dd478150710fc0b72a0568f68e13c958d6bc (patch)
treee06eec184e8b1932e1cdd62ce4b0e79fedd144f1 /actionpack
parent9ee600fe0c4730bba346c41547521bc937373edb (diff)
downloadrails-5913dd478150710fc0b72a0568f68e13c958d6bc.tar.gz
rails-5913dd478150710fc0b72a0568f68e13c958d6bc.tar.bz2
rails-5913dd478150710fc0b72a0568f68e13c958d6bc.zip
Reinstate old default_url_options method signature
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/routing/url_for.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/url_for.rb b/actionpack/lib/action_dispatch/routing/url_for.rb
index ec78f53fa6..9a64979074 100644
--- a/actionpack/lib/action_dispatch/routing/url_for.rb
+++ b/actionpack/lib/action_dispatch/routing/url_for.rb
@@ -100,7 +100,7 @@ module ActionDispatch
end
def url_options
- default_url_options
+ default_url_options({})
end
# Generate a url based on the options provided, default_url_options and the