diff --git a/app/views/shop/products.rabl b/app/views/shop/products.rabl index 9a4e4a01d8..f14e3f1339 100644 --- a/app/views/shop/products.rabl +++ b/app/views/shop/products.rabl @@ -32,3 +32,7 @@ end child :taxons => :taxons do |taxon| attributes :name end + +child :properties => :properties do |property| + attributes :name, :presentation +end