Is there any built-in way in the "select" form helper to display
something other than "Select" in the :include_blank option?
Specifically, for a date helper, would like to show "Month", "Day",
"Year" respectively for those options in 3 selects.
Is there any built-in way in the "select" form helper to display
something other than "Select" in the :include_blank option?
Specifically, for a date helper, would like to show "Month", "Day",
"Year" respectively for those options in 3 selects.
If the :include_blank option is a string then that is used for the
blank option. There's also the :prompt option. I do recall that
support of this with the date_select stuff was only added recently.