Sha256: da70623cb8e64c01be6a95168d5fc960e852008e59d97d16bec1232c31190867
Contents?: true
Size: 397 Bytes
Versions: 42
Compression:
Stored size: 397 Bytes
Contents
# == Schema Information # # Table name: attentions # # id :integer(4) not null, primary key # attentionable_id :integer(4) # attentionable_type :string(255) default("User") # entry_id :integer(4) # attention_type_id :integer(4) # weight :integer(4) default(5) # created_at :datetime # class Attention < ActiveRecord::Base end
Version data entries
42 entries across 42 versions & 1 rubygems