diff options
author | Xavier Noria <fxn@hashref.com> | 2011-08-21 09:17:47 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-21 09:17:47 -0700 |
commit | f25d65d2fbe2a0e65affdb87c2a27f47dbe80a09 (patch) | |
tree | ec88ea423da9f6791d87d3241e99672b6fef6b1e /actionpack/lib | |
parent | 83b91c1fd48eaa269851d4da920329df31f3d48e (diff) | |
parent | ebe91553136e809cd44f0b3ca98d92cda75bf6cd (diff) | |
download | rails-f25d65d2fbe2a0e65affdb87c2a27f47dbe80a09.tar.gz rails-f25d65d2fbe2a0e65affdb87c2a27f47dbe80a09.tar.bz2 rails-f25d65d2fbe2a0e65affdb87c2a27f47dbe80a09.zip |
Merge pull request #2610 from asmega/documentation
added link to url_for in documentation
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/helpers/url_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb index 51baca8e03..4dbb0135f6 100644 --- a/actionpack/lib/action_view/helpers/url_helper.rb +++ b/actionpack/lib/action_view/helpers/url_helper.rb @@ -268,7 +268,7 @@ module ActionView # to change the HTTP verb used to submit the form. # # ==== Options - # The +options+ hash accepts the same options as url_for. + # The +options+ hash accepts the same options as +url_for+. # # There are a few special +html_options+: # * <tt>:method</tt> - Symbol of HTTP verb. Supported verbs are <tt>:post</tt>, <tt>:get</tt>, |