astrocamp / 14th-iDing

1 stars 4 forks source link

issue233: 修正訂位日期如果在當天可以訂到過去時間 #234

Closed cookiepingyen closed 1 year ago

cookiepingyen commented 1 year ago

新增filter: @timerange = @timerange.filter { |time| time > (Time.now.strftime('%R')) }

https://github.com/astrocamp/14th-iDing/assets/130822984/da0a5428-01a9-4a16-bb81-749377718f19

加上後如果時間是當日就可以再把過去的時間篩掉