Sha256: 11566caa0d6c37ac2c3e678b1f7b84a1cd10f957e6401ab3ee5132e2d4c40f70
Contents?: true
Size: 311 Bytes
Versions: 6
Compression:
Stored size: 311 Bytes
Contents
# == Schema Information # # Table name: lentil_like_votes # # id :integer not null, primary key # image_id :integer # created_at :datetime not null # updated_at :datetime not null # class Lentil::LikeVote < ActiveRecord::Base belongs_to :image, counter_cache: true end
Version data entries
6 entries across 6 versions & 1 rubygems