Fix pat type

This commit is contained in:
2015-02-19 16:31:35 +01:00
parent 5b3c1a9007
commit c17442ad77
@@ -45,7 +45,7 @@ App.List = DS.Model.extend
).property('state', 'orders.@each.state')
close: ->
@markClosed()
$.post Routes.close_suppliers_list_pat(@id)
$.post Routes.close_suppliers_list_path(@id)
is_helped: ->
@markHelped()