Sha256: 431b4013513c3d655e4cd30d1227f5c98f3a69b68e44276be3ce50cc135dbdf4
Contents?: true
Size: 283 Bytes
Versions: 19
Compression:
Stored size: 283 Bytes
Contents
# encoding: utf-8 class Comment include Mongoid::Document # jinda begin include Mongoid::Timestamps field :body, :type => String belongs_to :article belongs_to :user, :class_name => "Jinda::User" validates :body, :user_id, :article_id, presence: true # jinda end end
Version data entries
19 entries across 19 versions & 1 rubygems