Sha256: 45633404701e17f10ed00baa5201546316e81e785dcfbf766ad2ec8cb3ccbb3e
Contents?: true
Size: 423 Bytes
Versions: 15
Compression:
Stored size: 423 Bytes
Contents
class ContentType < ActiveRecord::Base 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 not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
15 entries across 14 versions & 2 rubygems