Sha256: 6dbcb0f7926e31fe488e9b85789ef0581a7bb3141195701a0d9c43fe19ef3755
Contents?: true
Size: 389 Bytes
Versions: 14
Compression:
Stored size: 389 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(255) not null # display_name :string(255) # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
14 entries across 14 versions & 1 rubygems