Fix broken rdoc for form_with [ci skip]

This commit is contained in:
Ryuta Kamizono 2021-11-15 14:08:36 +09:00
parent fb36712781
commit ab60159bc2
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ module ActionView
# <form action="/posts" method="post">
# <input type="text" name="title">
# </form>
#
# # With an intentionally empty URL:
# <%= form_with url: false do |form| %>
# <%= form.text_field :title %>