Closed jameslaneconkling closed 9 years ago
config.columns[:year].form_ui = :select
config.columns[:year].options = {include_blank: 'Select Year', options: (1950..Time.now.year) }
done!
Not a big deal, but is it possible to change this to (Time.now.year..2000)
, so that is displays 2015 at top of drop down?
this applies to all fields that represent a year