I have an ActiveRecord model Eventwith a datetime column starts_at. I would like to present a form, where date and time for starts_at
Event
starts_at
Is this because of a design issue? It is really much easier if you just save starts_at as a datetime data type and use something like:
http://puna.net.nz/timepicker.htm#
It simply runs on top of whatever date fields you have for your model.