Sha256: 0cb565779803e6f92426891950a1441fcd2185bb2a2623e3c89c5b2681fb6fb4

Contents?: true

Size: 588 Bytes

Versions: 3

Compression:

Stored size: 588 Bytes

Contents

# == Schema Information
#
# Table name: comments
#
#  id               :integer         not null, primary key
#  commentable_id   :integer         default(0)
#  commentable_type :string(15)      default("")
#  body             :text
#  user_id          :integer
#  parent_id        :integer
#  lft              :integer
#  rgt              :integer
#  is_denied        :integer         default(0), not null
#  is_reviewed      :boolean
#  created_at       :datetime
#  updated_at       :datetime
#

class Comment < ActiveRecord::Base
  
  include MuckComments::Models::MuckComment
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
muck-contents-3.0.2 test/rails_test/app/models/comment.rb
muck-contents-3.0.1 test/rails_test/app/models/comment.rb
muck-contents-3.0.0 test/rails_test/app/models/comment.rb