Sha256: 09fa0c7d7cdc4b3430ecf04c32cec21d6a67dfec28ba0d107250019f23fc4992
Contents?: true
Size: 370 Bytes
Versions: 12
Compression:
Stored size: 370 Bytes
Contents
class ContentType < ApplicationRecord include MasterModel 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
12 entries across 12 versions & 1 rubygems