class SupplierTableSerializer < Qwaiter::Serializer self.root = :table attributes :number, :width, :height, :position_x, :position_y, :section_id, :needs_help has_one :supplier, serializer: Suppliers::SupplierSerializer end