提交 1ac2a229 编写于 作者: Y Yoshiyuki Hirano

Add accept-charset to the output of form_with in JS guide [ci skip]

上级 5668dc6b
......@@ -174,7 +174,7 @@ passing the `:local` option `form_with`.
This will generate the following HTML:
```html
<form action="/articles" method="post" data-remote="true">
<form action="/articles" accept-charset="UTF-8" method="post" data-remote="true">
...
</form>
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册