1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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
This commit is contained in:
yuuji.yaginuma 2017-04-19 08:02:32 +09:00
parent a2ab5ffae9
commit 2b82e96597

View file

@ -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