Sha256: d3cf827a1e05054469f500c1bbc66209d37291ee3b70ed69b5054d600c5d0dda
Contents?: true
Size: 573 Bytes
Versions: 4
Compression:
Stored size: 573 Bytes
Contents
class ManifestationRelationshipType < ActiveRecord::Base attr_accessible :name, :display_name, :note 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(255) not null # display_name :text # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null #
Version data entries
4 entries across 4 versions & 1 rubygems