Sha256: 4b3a9b2c4b1fbdae363101d7c6ba6936eb886189b06f6eb4f4b5382a8058a8b4
Contents?: true
Size: 122 Bytes
Versions: 2
Compression:
Stored size: 122 Bytes
Contents
class Mongoid::Comment include Mongoid::Document field :name belongs_to :post, :class_name => 'Mongoid::Post' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bullet-5.7.0 | spec/models/mongoid/comment.rb |
bullet-5.6.1 | spec/models/mongoid/comment.rb |