aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/url_for.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2010-03-09 21:25:09 -0600
committerJoshua Peek <josh@joshpeek.com>2010-03-09 21:25:09 -0600
commitdcd110c724aa5111e67e7264e6bc76ebdda6d50f (patch)
treef11f3480112e0aa6a85c4a90904048ebf23f0293 /actionpack/lib/action_dispatch/routing/url_for.rb
parent1cc2a61ea655fea246f4c3e22a9e4a494e99d952 (diff)
downloadrails-dcd110c724aa5111e67e7264e6bc76ebdda6d50f.tar.gz
rails-dcd110c724aa5111e67e7264e6bc76ebdda6d50f.tar.bz2
rails-dcd110c724aa5111e67e7264e6bc76ebdda6d50f.zip
skip_relative_url_root url_for option is dead
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/url_for.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/url_for.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/routing/url_for.rb b/actionpack/lib/action_dispatch/routing/url_for.rb
index 7ebd5e44e9..ec78f53fa6 100644
--- a/actionpack/lib/action_dispatch/routing/url_for.rb
+++ b/actionpack/lib/action_dispatch/routing/url_for.rb
@@ -113,8 +113,6 @@ module ActionDispatch
# provided either explicitly, or via +default_url_options+.
# * <tt>:port</tt> - Optionally specify the port to connect to.
# * <tt>:anchor</tt> - An anchor name to be appended to the path.
- # * <tt>:skip_relative_url_root</tt> - If true, the url is not constructed using the
- # +relative_url_root+ set in ActionController::Base.relative_url_root.
# * <tt>:trailing_slash</tt> - If true, adds a trailing slash, as in "/archive/2009/"
#
# Any other key (<tt>:controller</tt>, <tt>:action</tt>, etc.) given to