backbone-generator/templates/collection.js.erb

4 lines
102 B
Plaintext
Raw Normal View History

2011-04-15 19:02:36 +00:00
var <%= object_name %>sCollection = Backbone.Collection.extend({
2011-04-15 18:55:37 +00:00
url: '/<%= underscore_name %>'
});