tandusrl / acts_as_bookable

A reservation plugin for Rails applications that allows resources to be bookable.
MIT License
140 stars 104 forks source link

Exceeding the capacity by one before I get the fully booked message. #26

Open Lubmes opened 7 years ago

Lubmes commented 7 years ago

This shouldn't be possible I think: I book a room that has a capacity of three for a forth time. It's simply booked: @room.bookings.count gives: 4 (same time slot).
Fifth time only I get the error.

belazaras commented 5 years ago

I'm having the same issue, any news here?