Sha256: dae1f88116ce10fb9b66e7d4b3c47865fda16c14c522e83787397e9116511a56
Contents?: true
Size: 468 Bytes
Versions: 8
Compression:
Stored size: 468 Bytes
Contents
class ClassificationType < ActiveRecord::Base attr_accessible :name, :display_name, :note 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
8 entries across 8 versions & 1 rubygems