Sha256: 32f5c87b3d9781e8db720e27980881f7c62a60fcf5fb7555d0fa972606caa030
Contents?: true
Size: 253 Bytes
Versions: 14
Compression:
Stored size: 253 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 validates :body, :user_id, :article_id, presence: true # jinda end end
Version data entries
14 entries across 14 versions & 1 rubygems