Sha256: ec691bd32b7f29065d22d6da9e3bd3a617ae65fd16cdf3f092afb5b59c061d19
Contents?: true
Size: 672 Bytes
Versions: 10
Compression:
Stored size: 672 Bytes
Contents
# == Schema Information # # Table name: activities # # id :integer(4) not null, primary key # item_id :integer(4) # item_type :string(255) # template :string(255) # source_id :integer(4) # source_type :string(255) # content :text # title :string(255) # is_status_update :boolean(1) # is_public :boolean(1) default(TRUE) # created_at :datetime # updated_at :datetime # comment_count :integer(4) default(0) # # Indexes # # index_activities_on_item_id_and_item_type (item_id,item_type) # class Activity < ActiveRecord::Base acts_as_muck_activity end
Version data entries
10 entries across 10 versions & 1 rubygems