Basic fullcalendar integration
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Suppliers::EmployeeShiftSerializer < Qwaiter::Serializer
|
||||
self.root = :employee_shift
|
||||
#embed :ids, include: true
|
||||
attributes :start_on, :end_on, :employee_id
|
||||
end
|
||||
Reference in New Issue
Block a user