5 lines
176 B
Ruby
5 lines
176 B
Ruby
#class Suppliers::ExtendedSectionSerializer < Qwaiter::Serializer
|
|
# attributes :title, :path, :width, :height
|
|
# has_many :tables, serializer: Suppliers::TableSerializer
|
|
#end
|