rename qwaiter to mozo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Employees::EmployeeSerializer
|
||||
include Qwaiter::EmployeeBaseSerializer
|
||||
include Mozo::EmployeeBaseSerializer
|
||||
attributes :name, :email, :manager, :active, :color
|
||||
end
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Employees::EmployeeShiftSerializer
|
||||
include Qwaiter::EmployeeBaseSerializer
|
||||
include Mozo::EmployeeBaseSerializer
|
||||
attributes :start_from, :end_on, :description, :full_day
|
||||
has_one :supplier, serializer: Employees::SupplierSerializer
|
||||
has_one :employee, serializer: Employees::EmployeeSerializer
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Employees::SupplierSerializer
|
||||
include Qwaiter::EmployeeBaseSerializer
|
||||
include Mozo::EmployeeBaseSerializer
|
||||
attributes :open, :name, :lat, :lng, :time_zone, :address, :house_number, :house_number_addition, :postal_code, :city, :country,
|
||||
:facebook_promotion_url, :iens_profile, :week_starts_on_monday, :orders_in_process_count, :orders_placed_count
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user