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