Sha256: f4227dfb5300b0b6ad69327585c5ba2595e94411fe95fdef47d198e8cc730434
Contents?: true
Size: 536 Bytes
Versions: 19
Compression:
Stored size: 536 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 # updated_at :datetime #
Version data entries
19 entries across 19 versions & 1 rubygems