Class: SlotGroup

Inherits:
ActiveRecord::Base
  • Object
show all
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