Adding properties to product data

This commit is contained in:
Will Marshall
2014-02-04 15:22:06 +11:00
parent 5345e7330a
commit 7bdcb894cb

View File

@@ -32,3 +32,7 @@ end
child :taxons => :taxons do |taxon|
attributes :name
end
child :properties => :properties do |property|
attributes :name, :presentation
end