Sha256: 45347a04f5c4129023f8d550aa8400eaf6943fba815ba87ce8c5db55f04363a2
Contents?: true
Size: 492 Bytes
Versions: 15
Compression:
Stored size: 492 Bytes
Contents
class ManifestationRelationshipType < ActiveRecord::Base 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
15 entries across 14 versions & 2 rubygems