Project

General

Profile

Actions

Bug #33454

closed

Add repositories node to generic content unit rabl

Added by Samir Jha almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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

Also available in: Atom PDF