End of day commit
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
class Suppliers::EmployeeSerializer < Qwaiter::Serializer
|
||||
self.root = :employee
|
||||
embed :ids, include: true
|
||||
attributes :supplier_id, :name, :email
|
||||
has_many :orders
|
||||
attributes :name, :email
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user