We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490d0f3 commit a154541Copy full SHA for a154541
actionview/lib/action_view/helpers/form_helper.rb
@@ -1632,7 +1632,7 @@ def default_form_builder_class
1632
#
1633
# A +FormBuilder+ object is associated with a particular model object and
1634
# allows you to generate fields associated with the model object. The
1635
- # +FormBuilder+ object is yielded when using #form_with or +fields_for+.
+ # +FormBuilder+ object is yielded when using #form_with or #fields_for.
1636
# For example:
1637
1638
# <%= form_with model: @person do |person_form| %>
0 commit comments