I.E:
module V1
module MediaTypes
class BusinessUnit < Praxis::MediaType
attributes do
attribute :id, Integer,
attribute :name, String,
attribute :substructures, Praxis::Collection.of(BusinessUnit),
...
end
end
end
end
This version generates an infinite recursion on doc preview, since each substructure includes more substructures itself...
--
You received this message because you are subscribed to the Google Groups "praxis-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to praxis-suppor...@googlegroups.com.
To post to this group, send email to praxis-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/praxis-support/0a53e3de-85ba-4735-87ee-171975476735%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.