Closed luisgreg99 closed 5 years ago
fixes #337
It turns out that 12:15 am for close time means no closing according to the hours_manager spec: https://github.com/osulp/Room-Reservation/blob/master/spec/models/event_manager/hours_manager_spec.rb#L132
12:15 am
close
no closing
In alma, we use 11:59pm when no closing, so this adds a new case to fix_api_hours.
11:59pm
fix_api_hours
fixes #337
It turns out that
12:15 am
forclose
time meansno closing
according to the hours_manager spec: https://github.com/osulp/Room-Reservation/blob/master/spec/models/event_manager/hours_manager_spec.rb#L132In alma, we use
11:59pm
when no closing, so this adds a new case tofix_api_hours
.