Add my-schedule and some other things
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Employees::EmployeeShiftSerializer < Qwaiter::Serializer
|
||||
self.root = :employee_shift
|
||||
attributes :start_from, :end_on, :employee_id, :description
|
||||
has_one :supplier
|
||||
end
|
||||
Reference in New Issue
Block a user