diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-12-18 18:13:38 +0100 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2016-12-18 20:18:47 +0100 |
commit | 2f197022e41f07f17301e11927b602a001c71192 (patch) | |
tree | bb69eee0bc061c874a9c9b6763c154a1beb4581a /actionview/lib/action_view/helpers | |
parent | b64467ecad9cfa450ec172f59d656c3baced57e6 (diff) | |
download | rails-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/lib/action_view/helpers')
-rw-r--r-- | actionview/lib/action_view/helpers/form_helper.rb | 2 |
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 |