Files
mozo-backend/app/serializers/suppliers/extended_section_serializer.rb
T
2015-02-18 22:36:47 +01:00

7 lines
225 B
Ruby

class Suppliers::ExtendedSectionSerializer < Qwaiter::Serializer
root 'section'
embed :ids, include: true
attributes :title, :path, :width, :height
has_many :tables, serializer: Suppliers::ExtendedTableSerializer
end