Sha256: fd87f81b6f583ed1e4bed6963ee02e94140f99192c205bd1961e183dc183e50b
Contents?: true
Size: 383 Bytes
Versions: 7
Compression:
Stored size: 383 Bytes
Contents
class License < ApplicationRecord 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
7 entries across 7 versions & 1 rubygems