Skip to content

Commit a154541

Browse files
Autolink FormBuilder#fields_for [ci-skip]
1 parent 490d0f3 commit a154541

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
@@ -1632,7 +1632,7 @@ def default_form_builder_class
16321632
#
16331633
# A +FormBuilder+ object is associated with a particular model object and
16341634
# allows you to generate fields associated with the model object. The
1635-
# +FormBuilder+ object is yielded when using #form_with or +fields_for+.
1635+
# +FormBuilder+ object is yielded when using #form_with or #fields_for.
16361636
# For example:
16371637
#
16381638
# <%= form_with model: @person do |person_form| %>

0 commit comments

Comments
 (0)