basic user needs closing functionality infrastructure

This commit is contained in:
2014-04-11 11:16:47 +02:00
parent 0942cf4b1d
commit ed27574b77
7 changed files with 31 additions and 9 deletions
@@ -3,6 +3,7 @@ App.List = DS.Model.extend
orders: DS.hasMany('order')
needs_help: attr('boolean')
needs_payment: attr('boolean')
user_requests_closing: attr('boolean')
supplier_name: attr('string')
state: attr('string')
price: attr('number')