Sha256: c61aeb6eea23c1ca9c4d42bf064c56f68bae812df20c8d738a9d3171461defc3
Contents?: true
Size: 336 Bytes
Versions: 26
Compression:
Stored size: 336 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 attr_accessible :image end
Version data entries
26 entries across 26 versions & 1 rubygems