var <%= plural_object_name %> = Backbone.Collection.extend({
url: '/<%= plural_underscore_name %>',
model: <%= object_name %>
});