I'm with Rails 4:
I need to make a loop in a table to display time of the day as title of column, like that
8:00 | 8:30 | 9:00 .... 20:00 | 20:30 | 21:00
Do you have any idea how to define the loop? I've try complicated things with step() but meaby I have miss a easy way using Time?
Thanks