Sha256: 88acb3f69b472223a123acb96534cead470edda357b8fa84c10c1efb96660cb9
Contents?: true
Size: 629 Bytes
Versions: 32
Compression:
Stored size: 629 Bytes
Contents
# == Schema Information # # Table name: comments # # id :integer(4) not null, primary key # commentable_id :integer(4) default(0) # commentable_type :string(15) default("") # body :text # user_id :integer(4) # parent_id :integer(4) # lft :integer(4) # rgt :integer(4) # is_denied :integer(4) default(0), not null # is_reviewed :boolean(1) # created_at :datetime # updated_at :datetime # class Comment < ActiveRecord::Base acts_as_activity_item acts_as_muck_comment acts_as_muck_raker_comment end
Version data entries
32 entries across 32 versions & 1 rubygems