diaspora/app/assets/javascripts/app/collections/reshares.js
Dennis Collinson f6e3c1b88b seperate interactions from posts
Lazily load post interactions on show page
hella refactorz
2012-05-12 17:41:58 -07:00

4 lines
109 B
JavaScript

app.collections.Reshares = Backbone.Collection.extend({
model: app.models.Reshare,
url : "/reshares"
});