Sha256: 6e66052a4482d5175f1e1e9dd1a9db8adf49c6d13871fceb2a71476d839ba830
Contents?: true
Size: 276 Bytes
Versions: 20
Compression:
Stored size: 276 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 => "User" validates :body, :user_id, :article_id, presence: true # jinda end end
Version data entries
20 entries across 20 versions & 3 rubygems