Implementatino fixes

This commit is contained in:
2016-06-02 11:13:56 +02:00
parent 54e0dd1a3e
commit 1acd200408
11 changed files with 38 additions and 34 deletions
@@ -0,0 +1,4 @@
class Employees::EmployeeSerializer
include Qwaiter::EmployeeBaseSerializer
attributes :name, :email, :manager, :active, :color
end