Class: SlotGroup
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SlotGroup
- Defined in:
- app/models/slot_group.rb
Overview
The SlotGroup class represents a recurrence of slots or bookings. It contains the following attributes: monday:boolean tuesday:boolean wednesday:boolean thursday:boolean friday:boolean saturday:boolean sunday:boolean weekly:boolean monthly:boolean capacity:integer end_by:datetime has_many:slots type:string, either SlotGroup or BookingGroup