Sha256: b9ecd5e1d2eab06152a1b67e7fdd803e410d98351fc265911b0ff25ee3efb736
Contents?: true
Size: 370 Bytes
Versions: 26
Compression:
Stored size: 370 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 # attr_accessible :title, :body end
Version data entries
26 entries across 26 versions & 1 rubygems