Sha256: 8ac162f94f012c16c72b02ef59d789093ec62bf21959deb8351dcb8c01c5664c
Contents?: true
Size: 306 Bytes
Versions: 26
Compression:
Stored size: 306 Bytes
Contents
# == Schema Information # # Table name: lentil_flags # # id :integer not null, primary key # image_id :integer # created_at :datetime not null # updated_at :datetime not null # class Lentil::Flag < ActiveRecord::Base belongs_to :image attr_accessible :image end
Version data entries
26 entries across 26 versions & 1 rubygems