kill unused (i hope) participations collection

This commit is contained in:
Dennis Collinson 2012-05-12 18:11:21 -07:00
parent ec8625746e
commit 3b897f29d8

View file

@ -1,7 +0,0 @@
app.collections.Participations = Backbone.Collection.extend({
model: app.models.Participation,
initialize : function(models, options) {
this.url = "/posts/" + options.post.id + "/participations" //not delegating to post.url() because when it is in a stream collection it delegates to that url
}
});