20:5e82fdcf22ae
Anton Shestakov <engored@ya.ru>, Fri, 11 Jan 2013 14:23:54 +0900
Create and use different database for tests; also move ResourceList and CRUDResource to fruitbar.crud.

next change 43:d1ff547fa61d
previous change 8:39ac2486b9d3

static/js/framework/collections.js

Permissions: -rw-r--r--

Other formats: Feeds:
var Projects = Backbone.Collection.extend({
model: Project
});
var Tasks = Backbone.Collection.extend({
model: Task
});