Sha256: 1e3732bd8a5776cb294f4af66da2165609570f0cc102a31ca55110659a53eeaa
Contents?: true
Size: 567 Bytes
Versions: 15
Compression:
Stored size: 567 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 acts_as_muck_comment end
Version data entries
15 entries across 15 versions & 1 rubygems