Open brianlow opened 3 years ago
Would be nice to support:
f.time_select :start_time, include_date: false
this will fail converting nil to an integer because time_of_day_type.rb:7 assumes hour, min and second.
time_of_day_type.rb:7
Would be nice to support:
this will fail converting nil to an integer because
time_of_day_type.rb:7
assumes hour, min and second.