Sha256: 2a3b5fe70fd9459cac45766dcd25a45c1879d9fc828c6ca952ac9fa66b1b2dda
Contents?: true
Size: 469 Bytes
Versions: 45
Compression:
Stored size: 469 Bytes
Contents
class License < ActiveRecord::Base attr_accessible :name, :display_name, :note include MasterModel default_scope :order => 'licenses.position' end # == Schema Information # # Table name: licenses # # id :integer not null, primary key # name :string(255) not null # display_name :string(255) # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null #
Version data entries
45 entries across 45 versions & 1 rubygems