Sha256: 2ab1e645c78cc03a66fb020b84c2dd87e95a4bf1c6e54f68777fd83c1e668484
Contents?: true
Size: 436 Bytes
Versions: 11
Compression:
Stored size: 436 Bytes
Contents
Informant.EntryList = Backbone.Collection.extend({ model: Informant.EntryModel, url: function() { return this.parent.url() + '/entries'; }, initialize: function(buckets, options) { this.parent = options.parent; }, locus: function() { return this.parent.locus(); }, path: function() { return this.parent.entries_path(); }, newPath: function() { return this.locus().entries_path() + '/new'; } });
Version data entries
11 entries across 11 versions & 1 rubygems