Skip to content

Commit 5ae9137

Browse files
Autolink FormTagHelper#checkbox_tag [ci-skip]
1 parent f4c5e6d commit 5ae9137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actionview/lib/action_view/helpers/form_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ def textarea(object_name, method, options = {})
13261326
# the elements of the array. For each item with a checked check box you
13271327
# get an extra ghost item with only that attribute, assigned to "0".
13281328
#
1329-
# In that case it is preferable to either use +checkbox_tag+ or to use
1329+
# In that case it is preferable to either use FormTagHelper#checkbox_tag or to use
13301330
# hashes instead of arrays.
13311331
#
13321332
# ==== Examples
@@ -2451,7 +2451,7 @@ def label(method, text = nil, options = {}, &block)
24512451
# the elements of the array. For each item with a checked check box you
24522452
# get an extra ghost item with only that attribute, assigned to "0".
24532453
#
2454-
# In that case it is preferable to either use +checkbox_tag+ or to use
2454+
# In that case it is preferable to either use FormTagHelper#checkbox_tag or to use
24552455
# hashes instead of arrays.
24562456
#
24572457
# ==== Examples

0 commit comments

Comments
 (0)