Sha256: 5828be9de87aac9bf016c318e7dea3f2d591a247069f54037230ff98917ba166
Contents?: true
Size: 470 Bytes
Versions: 10
Compression:
Stored size: 470 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
10 entries across 10 versions & 2 rubygems