mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
6 lines
88 B
CoffeeScript
6 lines
88 B
CoffeeScript
Darkswarm.factory 'Order', (order)->
|
|
new class Order
|
|
errors: {}
|
|
order: order
|
|
|