Sha256: bf90cfbf727b0544a7a1b9cae1aaa0cd5e3665bd8f3982465420239effb8daa4
Contents?: true
Size: 568 Bytes
Versions: 7
Compression:
Stored size: 568 Bytes
Contents
# == Schema Information # # Table name: shares # # id :integer(4) not null, primary key # uri :string(2083) default(""), not null # title :string(255) # message :text # shared_by_id :integer(4) not null # shared_to_id :integer(4) # created_at :datetime # updated_at :datetime # entry_id :integer(4) # comment_count :integer(4) default(0) # class Share < ActiveRecord::Base acts_as_activity_item acts_as_muck_share acts_as_muck_raker_share # must be called after acts_as_muck_share end
Version data entries
7 entries across 7 versions & 1 rubygems