Skip to content

Commit

Permalink
Merge pull request #14182 from mecampbellsoup/fix_typo_in_url_helper_…
Browse files Browse the repository at this point in the history
…docs

[skip ci] Fixing typo in documentation: actionview/lib/action_view/helpers/url_helper.rb
  • Loading branch information
arthurnn authored and carlosantoniodasilva committed Feb 25, 2014
1 parent 9f76b1f commit 5772ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/url_helper.rb
Expand Up @@ -82,7 +82,7 @@ def _back_url # :nodoc:
# to using GET. If <tt>href: '#'</tt> is used and the user has JavaScript
# disabled clicking the link will have no effect. If you are relying on the
# POST behavior, you should check for it in your controller's action by using
# the request object's methods for <tt>post?</tt>, <tt>delete?</tt>, <tt>:patch</tt>, or <tt>put?</tt>.
# the request object's methods for <tt>post?</tt>, <tt>delete?</tt>, <tt>patch?</tt>, or <tt>put?</tt>.
# * <tt>remote: true</tt> - This will allow the unobtrusive JavaScript
# driver to make an Ajax request to the URL in question instead of following
# the link. The drivers each provide mechanisms for listening for the
Expand Down

0 comments on commit 5772ffe

Please sign in to comment.