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