mirror of https://github.com/rails/rails
Fix broken rdoc for form_with [ci skip]
This commit is contained in:
parent
fb36712781
commit
ab60159bc2
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue