Basic fullcalendar integration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class EmployeeShift
|
||||
include SimplyStored::Couch
|
||||
include ActiveModel::SerializerSupport
|
||||
|
||||
property :start_on, type: Time
|
||||
property :end_on, type: Time
|
||||
belongs_to :supplier
|
||||
belongs_to :employee
|
||||
end
|
||||
Reference in New Issue
Block a user