Sha256: 2e02fbc49136fecd9dc4320c1d99fa61a4d790e456b2156cd7e0d7683603e1a4
Contents?: true
Size: 386 Bytes
Versions: 6
Compression:
Stored size: 386 Bytes
Contents
pageflow.AudioFile = Backbone.Model.extend({ modelName: 'audio_file', paramRoot: 'audio_file', mixins: [pageflow.file, pageflow.encodedFile, pageflow.stageProvider, pageflow.retryable], thumbnailPictogram: 'audio', urlRoot: function() { return this.isNew() ? this.collection.url() : '/editor/audio_files'; }, isPositionable: function() { return false; } });
Version data entries
6 entries across 6 versions & 1 rubygems