Sha256: 5910842d82dcba0401c488147c90c706e3b9c3211db955c18d54a3c7b1d9161f
Contents?: true
Size: 336 Bytes
Versions: 6
Compression:
Stored size: 336 Bytes
Contents
# == Schema Information # # Table name: lentil_licensings # # id :integer not null, primary key # image_id :integer # license_id :integer # created_at :datetime not null # updated_at :datetime not null # class Lentil::Licensing < ActiveRecord::Base belongs_to :image belongs_to :license end
Version data entries
6 entries across 6 versions & 1 rubygems