Sha256: d2c2d9e4a64bcf113f3a905ebf486a3cd7549d2651e26bac7f5efabf0e493c3a
Contents?: true
Size: 539 Bytes
Versions: 25
Compression:
Stored size: 539 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 # created_at :datetime # updated_at :datetime # comment_count :integer(4) default(0) # entry_id :integer(4) # 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
25 entries across 25 versions & 1 rubygems