Sha256: e4a6e9b77b0c006b983d1b0d4977753314e35a8c8ae5e667e6067ffb76725163
Contents?: true
Size: 459 Bytes
Versions: 19
Compression:
Stored size: 459 Bytes
Contents
class AgentRelationshipType < ApplicationRecord 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 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