aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-12-18 18:13:38 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2016-12-18 20:18:47 +0100
commit2f197022e41f07f17301e11927b602a001c71192 (patch)
treebb69eee0bc061c874a9c9b6763c154a1beb4581a /actionview
parentb64467ecad9cfa450ec172f59d656c3baced57e6 (diff)
downloadrails-2f197022e41f07f17301e11927b602a001c71192.tar.gz
rails-2f197022e41f07f17301e11927b602a001c71192.tar.bz2
rails-2f197022e41f07f17301e11927b602a001c71192.zip
[ci skip] Replace remote with local in form_with doc.
Remote is gone, long live local.
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/form_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb
index a94a28306a..4a52a69b7b 100644
--- a/actionview/lib/action_view/helpers/form_helper.rb
+++ b/actionview/lib/action_view/helpers/form_helper.rb
@@ -521,7 +521,7 @@ module ActionView
# By default +form_with+ attaches the <tt>data-remote</tt> attribute
# submitting the form via an XMLHTTPRequest in the background if an
# Unobtrusive JavaScript driver, like rails-ujs, is used. See the
- # <tt>:remote</tt> option for more.
+ # <tt>:local</tt> option for more.
#
# For ease of comparison the examples above left out the submit button,
# as well as the auto generated hidden fields that enable UTF-8 support