Sha256: 393296bfdbc0c842da2893f4be8e29781eae69a2e35357bc5ac5982eac319bf1
Contents?: true
Size: 478 Bytes
Versions: 35
Compression:
Stored size: 478 Bytes
Contents
class Locomotive.Models.CustomFieldSelectOption extends Backbone.Model destroyed: -> @get('_destroy') == true toJSONForSave: -> _.tap {}, (hash) => for key, value of @.toJSON() hash[key] = value unless _.include(['created_at', 'updated_at'], key) class Locomotive.Models.CustomFieldSelectOptionsCollection extends Backbone.Collection model: Locomotive.Models.CustomFieldSelectOption toJSONForSave: -> @map (model) => model.toJSONForSave()
Version data entries
35 entries across 35 versions & 2 rubygems