Sha256: 840f821ccd60adb3a87cf313792716f0d94a6b46f4d38ebae949e85bffba62d2
Contents?: true
Size: 312 Bytes
Versions: 69
Compression:
Stored size: 312 Bytes
Contents
Spree.Collections.States = Backbone.Collection.extend({ initialize: function (models, options) { this.country_id = options.country_id }, url: function () { return Spree.routes.states_search + "?country_id=" + this.country_id }, parse: function(resp, options) { return resp.states; } })
Version data entries
69 entries across 69 versions & 2 rubygems