Sha256: b85be2405dc3e7a4cd8c1de96a543790328fde9123c2503aa728dac35e8c512a

Contents?: true

Size: 764 Bytes

Versions: 3

Compression:

Stored size: 764 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

one:
  name: reproduction
  display_name_translations: {"en": "Reproduction", "ja": "複製"}
  note: 
  position: 1
  id: 1

two:
  name: alternate
  display_name_translations: {"en": "Alternate", "ja": "代替"}
  note: 
  position: 2
  id: 2

# == Schema Information
#
# Table name: manifestation_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 spec/fixtures/manifestation_relationship_types.yml
enju_biblio-0.4.0.beta.2 spec/fixtures/manifestation_relationship_types.yml
enju_biblio-0.4.0.beta.1 spec/fixtures/manifestation_relationship_types.yml