3:fd68ae95de5e
Anton Shestakov <engored@ya.ru>, Tue, 25 Dec 2012 17:14:50 +0900
Move task deletion logic to TaskIndex.run_delete_for_project().

next change 7:5c5d433b3a14
previous change 0:a02e94c5b96b

static/js/framework/collections.js

Permissions: -rw-r--r--

Other formats: Feeds:
var Projects = Backbone.Collection.extend({
model: Project,
url: '/projects/'
});
var Tasks = Backbone.Collection.extend({
model: Task,
url: '/tasks/'
});