Sha256: 356336584f8a14ac47f5b4225e6138ea6297fc6bbc7d8489461c7393d2ced124
Contents?: true
Size: 320 Bytes
Versions: 91
Compression:
Stored size: 320 Bytes
Contents
class Comment include Mongoid::Document field :title, type: String field :text, type: String belongs_to :account belongs_to :movie belongs_to :rating belongs_to :wiki_page belongs_to :commentable, polymorphic: true validates :title, presence: true validates :movie, :rating, associated: true end
Version data entries
91 entries across 86 versions & 8 rubygems