aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/form_helpers.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-04-19 08:02:32 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-04-19 08:06:30 +0900
commit2b82e96597d4d9a6054bdeea86e51477565ac449 (patch)
tree17d9fc4437d2956002fb12b341424fc8f4d5ceb9 /guides/source/form_helpers.md
parenta2ab5ffae97e3523e2d6a8f22222af4df001212f (diff)
downloadrails-2b82e96597d4d9a6054bdeea86e51477565ac449.tar.gz
rails-2b82e96597d4d9a6054bdeea86e51477565ac449.tar.bz2
rails-2b82e96597d4d9a6054bdeea86e51477565ac449.zip
Remove datetime fields from helper list [ci skip]
The `datetime_field` is an alias of the `datetime_local_field`, there is no helper to generate datetime fields. Ref: #25469
Diffstat (limited to 'guides/source/form_helpers.md')
-rw-r--r--guides/source/form_helpers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md
index 0508b0fb38..ba6e158ba1 100644
--- a/guides/source/form_helpers.md
+++ b/guides/source/form_helpers.md
@@ -164,7 +164,7 @@ make it easier for users to click the inputs.
Other form controls worth mentioning are textareas, password fields,
hidden fields, search fields, telephone fields, date fields, time fields,
-color fields, datetime fields, datetime-local fields, month fields, week fields,
+color fields, datetime-local fields, month fields, week fields,
URL fields, email fields, number fields and range fields:
```erb