form_with |
HTTP request | XHR / fetch() |
|---|---|---|
| 6.0 | local: true |
(default) |
| 6.1 | (default) | local: false |
link_to, form_for: defaults to local. Use remote: true to make remote.
form_with |
HTTP request | XHR / fetch() |
|---|---|---|
| 6.0 | local: true |
(default) |
| 6.1 | (default) | local: false |
link_to, form_for: defaults to local. Use remote: true to make remote.