aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-08-17 01:11:11 +0000
committerMichael Koziarski <michael@koziarski.com>2007-08-17 01:11:11 +0000
commitbba22cedb4f3fc2554ab54175be3e20a701d53c8 (patch)
tree7a24a06fc71a4d368ab87900e90f53c99af6fa5f
parent3280a6e51b6359095000d810c9fe2d3d8c6ac352 (diff)
downloadrails-bba22cedb4f3fc2554ab54175be3e20a701d53c8.tar.gz
rails-bba22cedb4f3fc2554ab54175be3e20a701d53c8.tar.bz2
rails-bba22cedb4f3fc2554ab54175be3e20a701d53c8.zip
Add missing sentence
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7332 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--actionpack/lib/action_controller/url_rewriter.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/actionpack/lib/action_controller/url_rewriter.rb b/actionpack/lib/action_controller/url_rewriter.rb
index 0ed6e4de7d..8248696431 100644
--- a/actionpack/lib/action_controller/url_rewriter.rb
+++ b/actionpack/lib/action_controller/url_rewriter.rb
@@ -27,9 +27,7 @@ module ActionController
end
# Generate a url based on the options provided, default_url_options and the
- # routes defined in routes.rb
- #
- # Options used by <tt>url_for</tt>:
+ # routes defined in routes.rb. The following options are supported:
#
# * <tt>:only_path</tt> If true, the relative url is returned. Defaults to false.
# * <tt>:protocol</tt> The protocol to connect to. Defaults to 'http'.