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