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