Sha256: 6e1580a2c683c5d1c8510ee6faa65b397ad9708285d47c284925474fe7ece4dc
Contents?: true
Size: 174 Bytes
Versions: 46
Compression:
Stored size: 174 Bytes
Contents
class ContentVideo < ApplicationRecord include Concerns::ContentType ASPECT_RATIOS = %w(16x9 21x9 4x3 1x1) belongs_to :asset def content_type :video end end
Version data entries
46 entries across 46 versions & 1 rubygems