6 lines
139 B
Ruby
6 lines
139 B
Ruby
class SectionSerializer < Qwaiter::Serializer
|
|
embed :ids, include: true
|
|
attributes *%i[title path width height]
|
|
has_many :tables
|
|
end
|