Basic fullcalendar integration

This commit is contained in:
2015-02-19 20:37:58 +01:00
parent c17442ad77
commit adeedb2f1b
34 changed files with 11018 additions and 8 deletions
+9
View File
@@ -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