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