mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix documentation comments for form_tag
The comment break caused a break in documentation
This commit is contained in:
parent
b6987d6e14
commit
e9c09c4b73
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ module ActionView
|
|||
#
|
||||
# <%= form_tag('/posts', remote: true) %>
|
||||
# # => <form action="/posts" method="post" data-remote="true">
|
||||
|
||||
#
|
||||
# form_tag(false, method: :get)
|
||||
# # => <form method="get">
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue