Sha256: 6c9eba737afd7fe6b57db1211b76326b7fcfbde436b5e65e1363a4ca8a01ed8c

Contents?: true

Size: 606 Bytes

Versions: 3

Compression:

Stored size: 606 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
#  display_name_translations :jsonb            not null
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.4.0.rc.1 app/models/agent_relationship_type.rb
enju_biblio-0.4.0.beta.2 app/models/agent_relationship_type.rb
enju_biblio-0.4.0.beta.1 app/models/agent_relationship_type.rb