mirror of https://github.com/rails/rails
Fix documentation comments for form_tag
The comment break caused a break in documentation
This commit is contained in:
parent
b6987d6e14
commit
e9c09c4b73
|
@ -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 New Issue