Sha256: 71d2a18568c121f58734cd5899537682ff519c90f246975e5a5e6791859e7601
Contents?: true
Size: 514 Bytes
Versions: 26
Compression:
Stored size: 514 Bytes
Contents
# == Schema Information # # Table name: lentil_licenses # # id :integer not null, primary key # name :string(255) # description :text # url :string(255) # created_at :datetime not null # updated_at :datetime not null # short_name :string(255) # class Lentil::License < ActiveRecord::Base attr_accessible :description, :short_name, :name, :url has_many :licensings has_many :images, :through=>:licensings validates_uniqueness_of :short_name end
Version data entries
26 entries across 26 versions & 1 rubygems