Sha256: b2b997c5025f37d484c4e45a6fa696d3d28624e8063013a5540c9bf5d677ed8d

Contents?: true

Size: 832 Bytes

Versions: 7

Compression:

Stored size: 832 Bytes

Contents

--- 
agent_type_00001:
  id: 1
  name: person
  display_name_translations: {"en": "Person", "ja": "個人"}
  note: 
  position: 1

agent_type_00002:
  id: 2
  name: corporate_body
  display_name_translations: {"en": "CorporateBody", "ja": "団体"}
  note: 
  position: 2

agent_type_00003:
  id: 3
  name: conference
  display_name_translations: {"en": "Conference", "ja": "会議"}
  note: 
  position: 3

# == Schema Information
#
# Table name: agent_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

7 entries across 7 versions & 3 rubygems

Version Path
enju_event-0.4.0.rc.1 spec/fixtures/agent_types.yml
enju_biblio-0.4.0.rc.1 spec/fixtures/agent_types.yml
enju_event-0.4.0.beta.2 spec/fixtures/agent_types.yml
enju_biblio-0.4.0.beta.2 spec/fixtures/agent_types.yml
enju_nii-0.4.0.beta.1 spec/fixtures/agent_types.yml
enju_event-0.4.0.beta.1 spec/fixtures/agent_types.yml
enju_biblio-0.4.0.beta.1 spec/fixtures/agent_types.yml