Actions
Bug #33454
closedAdd repositories node to generic content unit rabl
Description
Add repositories node to generic content unit rabl for consistency with other content types.
Change is fairly simple along the lines of other units.
child :library_repositories => :repositories do
attributes :id, :name
glue :product do
attributes :id => :product_id, :name => :product_name
end
end
Actions