orbit4-5/app/models/group_post_comment.rb

9 lines
151 B
Ruby
Raw Permalink Normal View History

2015-04-14 07:18:58 +00:00
class GroupPostComment
include Mongoid::Document
include Mongoid::Timestamps
field :comment
belongs_to :user
belongs_to :group_post
end