Sha256: 9bb22c6274972e1d1d375d18d5e405b8662319943e4f47f0ebb50d61c7563f7c

Contents?: true

Size: 861 Bytes

Versions: 2

Compression:

Stored size: 861 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                        :bigint           not null, primary key
#  name                      :string           not null
#  display_name_translations :jsonb            not null
#  note                      :text
#  position                  :integer          default(1), not null
#  created_at                :datetime         not null
#  updated_at                :datetime         not null
#

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
enju_ndl-0.4.0.rc.1 spec/fixtures/agent_types.yml
enju_ndl-0.4.0.beta.1 spec/fixtures/agent_types.yml