Sha256: c0af87e0607b86bcb6588f861f41695f6481a6e7c0110d34500994b48a9d7735
Contents?: true
Size: 255 Bytes
Versions: 5
Compression:
Stored size: 255 Bytes
Contents
class Video include Mongoid::Document field :title, type: String field :year, type: Integer field :release_dates, type: Set field :genres, type: Array embedded_in :person belongs_to :post belongs_to :game default_scope asc(:title) end
Version data entries
5 entries across 5 versions & 4 rubygems