Sha256: faed8a765f04530febf26d36838d510c57d7b5b602a657109d569227d17f5b0f
Contents?: true
Size: 541 Bytes
Versions: 4
Compression:
Stored size: 541 Bytes
Contents
class AgentRelationshipType < ActiveRecord::Base attr_accessible :name, :display_name, :note include MasterModel default_scope { order('agent_relationship_types.position') } has_many :agent_relationships end # == Schema Information # # Table name: agent_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