Files
mozo-backend/app/serializers/user_extended_table_serializer.rb
T

6 lines
246 B
Ruby

class UserExtendedTableSerializer < Qwaiter::Serializer
self.root = :table
attributes :number, :width, :height, :position_x, :position_y, :section_id, :occupied, :needs_help
has_one :supplier, serializer: UserExtendedSupplierSerializer
end