Sha256: 7d8c6f5faaf17e9d1256f49b8cab8e454989ddbd3183bd9b5de5aca9ab046a36
Contents?: true
Size: 632 Bytes
Versions: 45
Compression:
Stored size: 632 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_services_comment end
Version data entries
45 entries across 45 versions & 1 rubygems