6 lines
141 B
Ruby
6 lines
141 B
Ruby
class SectionSerializer < Qwaiter::Serializer
|
|
embed :ids, include: true
|
|
attributes :title, :path, :width, :height
|
|
has_many :tables
|
|
end
|