From bba22cedb4f3fc2554ab54175be3e20a701d53c8 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Fri, 17 Aug 2007 01:11:11 +0000 Subject: Add missing sentence git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7332 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/url_rewriter.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'actionpack/lib/action_controller') 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 url_for: + # routes defined in routes.rb. The following options are supported: # # * :only_path If true, the relative url is returned. Defaults to false. # * :protocol The protocol to connect to. Defaults to 'http'. -- cgit v1.2.3