mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add accept-charset to the output of form_with in JS guide [ci skip]
This commit is contained in:
parent
5668dc6b18
commit
1ac2a2292f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ passing the `:local` option `form_with`.
|
||||||
This will generate the following HTML:
|
This will generate the following HTML:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<form action="/articles" method="post" data-remote="true">
|
<form action="/articles" accept-charset="UTF-8" method="post" data-remote="true">
|
||||||
...
|
...
|
||||||
</form>
|
</form>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue