Sha256: 53c8b3946aa6eeb2f8648648a585efdb1857ff3bfc19d3b01e0b041d03fdd063
Contents?: true
Size: 223 Bytes
Versions: 21
Compression:
Stored size: 223 Bytes
Contents
class Comment include Mongoid::Document field :content, :type => String include Mongoid::Timestamps attr_accessible :commentable_id, :commentable_type, :content belongs_to :commentable, :polymorphic => true end
Version data entries
21 entries across 21 versions & 3 rubygems