Closed Shpigford closed 7 months ago
I want to make use of various Rails form helpers for certain field types.
For instance, for datetime columns I'd like the form field to use datetime_select.
datetime
datetime_select
You can either:
I want to make use of various Rails form helpers for certain field types.
For instance, for
datetime
columns I'd like the form field to usedatetime_select
.