kill unused (i hope) participations collection
This commit is contained in:
parent
ec8625746e
commit
3b897f29d8
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
|
||||||
}
|
|
||||||
});
|
|
||||||
Loading…
Reference in a new issue