Fix documentation comments for form_tag

The comment break caused a break in documentation
This commit is contained in:
Nick Rivadeneira 2022-01-11 06:25:40 -05:00 committed by GitHub
parent b6987d6e14
commit e9c09c4b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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">
#