Sha256: da95261e302e1137341b273e8ef118e1a1f3c513f3415ba61fe25e23eaa9b4e6
Contents?: true
Size: 257 Bytes
Versions: 6
Compression:
Stored size: 257 Bytes
Contents
# encoding: utf-8 class Comment include Mongoid::Document # mindapp begin include Mongoid::Timestamps field :body, :type => String belongs_to :article belongs_to :user validates :body, :user_id, :article_id, presence: true # mindapp end end
Version data entries
6 entries across 6 versions & 1 rubygems