Sha256: f41af752d238b00d8c635d08b317206ed5b04165d538db683bc5908b7af6d5ac
Contents?: true
Size: 447 Bytes
Versions: 8
Compression:
Stored size: 447 Bytes
Contents
class SubjectType < ActiveRecord::Base attr_accessible :name, :display_name, :note include MasterModel default_scope :order => "position" has_many :subjects end # == Schema Information # # Table name: subject_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