File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
actionview/lib/action_view/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ module FormHelper
209
209
# are designed to work with an object as base, like
210
210
# FormOptionsHelper#collection_select and DateHelper#datetime_select.
211
211
#
212
- # === # form_for with a model object
212
+ # === + form_for+ with a model object
213
213
#
214
214
# In the examples above, the object to be created or edited was
215
215
# represented by a symbol passed to +form_for+, and we noted that
@@ -364,7 +364,7 @@ module FormHelper
364
364
#
365
365
# === Removing hidden model id's
366
366
#
367
- # The form_for method automatically includes the model id as a hidden field in the form.
367
+ # The + form_for+ method automatically includes the model id as a hidden field in the form.
368
368
# This is used to maintain the correlation between the form data and its associated model.
369
369
# Some ORM systems do not use IDs on nested models so in this case you want to be able
370
370
# to disable the hidden id.
You can’t perform that action at this time.
0 commit comments