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

Version Path
lentil-0.9.1 app/models/lentil/licensing.rb
lentil-0.9.0 app/models/lentil/licensing.rb
lentil-0.8.0 app/models/lentil/licensing.rb
lentil-0.7.1 app/models/lentil/licensing.rb
lentil-0.6.0 app/models/lentil/licensing.rb
lentil-0.5.2 app/models/lentil/licensing.rb
lentil-0.5.1 app/models/lentil/licensing.rb
lentil-0.5.0 app/models/lentil/licensing.rb
lentil-0.4.2 app/models/lentil/licensing.rb
lentil-0.4.0 app/models/lentil/licensing.rb
lentil-0.3.1 app/models/lentil/licensing.rb
lentil-0.3.0 app/models/lentil/licensing.rb
lentil-0.2.3 app/models/lentil/licensing.rb
lentil-0.2.2 app/models/lentil/licensing.rb
lentil-0.2.1 app/models/lentil/licensing.rb
lentil-0.2.0 app/models/lentil/licensing.rb
lentil-0.1.8 app/models/lentil/licensing.rb
lentil-0.1.7 app/models/lentil/licensing.rb
lentil-0.1.6 app/models/lentil/licensing.rb
lentil-0.1.3 app/models/lentil/licensing.rb