5 lines
174 B
Ruby
5 lines
174 B
Ruby
class UserTableSerializer < Qwaiter::Serializer
|
|
self.root = :table
|
|
attributes :number, :width, :height, :position_x, :position_y, :section_id, :occupied, :needs_help
|
|
end
|