Files

14 lines
274 B
CoffeeScript

moduleForModel 'product', 'Product model',
needs: [
'model:product_variant',
'model:product_category',
'model:section_area',
'model:product_order',
'model:order',
'model:supplier'
]
#test "Nothing yet", ->
#element = @subject()
#assert 2, 2