1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00

comment model slot.rb

This commit is contained in:
Nicolas Florentin 2019-12-02 12:39:20 +01:00
parent 43a05f624a
commit b17bcfde86

View File

@ -2,6 +2,7 @@
# Time range of duration defined by ApplicationHelper::SLOT_DURATION, slicing an Availability.
# During a slot a Reservation is possible
# Only reserved slots are persisted in DB, others are instanciated on the fly
class Slot < ActiveRecord::Base
include NotifyWith::NotificationAttachedObject