We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8212aa commit aa688c1Copy full SHA for aa688c1
guides/source/form_helpers.md
@@ -262,7 +262,7 @@ Outputs:
262
```html
263
<form action="/books/2_25" method="post" accept-charset="UTF-8" >
264
<input name="authenticity_token" type="hidden" value="..." />
265
- <input type="text" name="book[title]" id="book_title" value="My book" />
+ <input type="text" name="book[title]" id="book_title" value="Some book" />
266
<input type="submit" name="commit" value="Update Book" data-disable-with="Update Book">
267
</form>
268
```
0 commit comments