Class: ContentVideo
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- ContentVideo
- Includes:
- Concerns::ContentType
- Defined in:
- app/models/content_video.rb
Constant Summary collapse
- ASPECT_RATIOS =
%w(16x9 21x9 4x3 1x1)
Instance Method Summary collapse
Methods included from Concerns::ContentType
#column, #content_type_is?, #parent
Instance Method Details
#content_type ⇒ Object
8 9 10 |
# File 'app/models/content_video.rb', line 8 def content_type :video end |