Sha256: 98b7e6d31a1ef2aa6720dfc65916bb67ea7a0f2d83a595dfcfa3c1a60ffba4e3
Contents?: true
Size: 491 Bytes
Versions: 19
Compression:
Stored size: 491 Bytes
Contents
class ManifestationRelationshipType < ApplicationRecord include MasterModel default_scope { order('manifestation_relationship_types.position') } has_many :manifestation_relationships end # == Schema Information # # Table name: manifestation_relationship_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
19 entries across 19 versions & 1 rubygems