Skip to content

Commit

Permalink
Reinstate old default_url_options method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 15, 2010
1 parent 9ee600f commit 5913dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/routing/url_for.rb
Expand Up @@ -100,7 +100,7 @@ module UrlFor
end

def url_options
default_url_options
default_url_options({})
end

# Generate a url based on the options provided, default_url_options and the
Expand Down

0 comments on commit 5913dd4

Please sign in to comment.