Sha256: fa0e8f661ad6c66d5e7dc70a672d7734964b0fa1b6ecff213925c02f7eeb6902

Contents?: true

Size: 729 Bytes

Versions: 8

Compression:

Stored size: 729 Bytes

Contents

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

publisher:
  name: publisher
  display_name_translations: {"en": "Publisher", "ja": "出版者"}
  note: 
  position: 1
  id: 1

seller:
  name: seller
  display_name_translations: {"en": "Seller", "ja": "販売者"}
  note: 
  position: 2
  id: 2

# == Schema Information
#
# Table name: produce_types
#
#  id                        :integer          not null, primary key
#  name                      :string
#  display_name              :text
#  note                      :text
#  position                  :integer
#  created_at                :datetime
#  updated_at                :datetime
#  display_name_translations :jsonb            not null
#

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
enju_biblio-0.4.0.rc.1 spec/fixtures/produce_types.yml
enju_library-0.4.0.rc.1 spec/fixtures/produce_types.yml
enju_library-0.4.0.beta.4 spec/fixtures/produce_types.yml
enju_biblio-0.4.0.beta.2 spec/fixtures/produce_types.yml
enju_library-0.4.0.beta.3 spec/fixtures/produce_types.yml
enju_library-0.4.0.beta.2 spec/fixtures/produce_types.yml
enju_biblio-0.4.0.beta.1 spec/fixtures/produce_types.yml
enju_library-0.4.0.beta.1 spec/fixtures/produce_types.yml