Skip to content

Commit ab60159

Browse files
committed
Fix broken rdoc for form_with [ci skip]
1 parent fb36712 commit ab60159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/form_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def apply_form_for_options!(record, object, options) # :nodoc:
495495
# <form action="/posts" method="post">
496496
# <input type="text" name="title">
497497
# </form>
498-
498+
#
499499
# # With an intentionally empty URL:
500500
# <%= form_with url: false do |form| %>
501501
# <%= form.text_field :title %>

0 commit comments

Comments
 (0)