Add missing sentence

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7332 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Michael Koziarski
2007-08-17 01:11:11 +00:00
parent 3280a6e51b
commit bba22cedb4

View File

@@ -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'.