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.
2 parents ce46560 + 5c87b05 commit a645581Copy full SHA for a645581
actionview/lib/action_view/helpers/form_helper.rb
@@ -1633,7 +1633,8 @@ def default_form_builder_class
1633
#
1634
# A +FormBuilder+ object is associated with a particular model object and
1635
# allows you to generate fields associated with the model object. The
1636
- # +FormBuilder+ object is yielded when using #form_with or #fields_for.
+ # +FormBuilder+ object is yielded when using
1637
+ # {form_with}[rdof-ref:ActionView::Helpers::FormHelper#form_with] or #fields_for.
1638
# For example:
1639
1640
# <%= form_with model: @person do |person_form| %>
0 commit comments