Sha256: cdb021b71aa506edafee055adc7c44dac4484cbf8387f1d7d520d7c55f943ab5
Contents?: true
Size: 422 Bytes
Versions: 9
Compression:
Stored size: 422 Bytes
Contents
class ClassificationType < ActiveRecord::Base include MasterModel default_scope :order => 'position' has_many :classifications end # == Schema Information # # Table name: classification_types # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
9 entries across 9 versions & 1 rubygems