Sha256: fd953e0c8d20a30009df7e043e42d3f6f70489d214706bc576331e310dd0150f
Contents?: true
Size: 467 Bytes
Versions: 19
Compression:
Stored size: 467 Bytes
Contents
class ContentType < ActiveRecord::Base attr_accessible :name, :display_name, :note include MasterModel default_scope :order => "content_types.position" has_many :manifestations end # == Schema Information # # Table name: content_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
19 entries across 19 versions & 1 rubygems