Sha256: ef774cc331568cfa450015e841453c1a0b4bd4eeb672490f0ac0e23b492fd4ad

Contents?: true

Size: 1.14 KB

Versions: 2

Compression:

Stored size: 1.14 KB

Contents

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

one:
  id: 1
  original_title: title1
  periodical: false
  position: 1

two:
  id: 2
  original_title: title2
  title_transcription: テスト
  periodical: true
  issn: 09135707
  position: 2

three:
  id: 3
  original_title: テスト雑誌
  periodical: true
  position: 3
  root_manifestation_id: 201


# == Schema Information
#
# Table name: series_statements
#
#  id                            :integer         not null, primary key
#  original_title                :text
#  numbering                     :text
#  title_subseries               :text
#  numbering_subseries           :text
#  position                      :integer
#  created_at                    :datetime        not null
#  updated_at                    :datetime        not null
#  title_transcription           :text
#  title_alternative             :text
#  series_statement_identifier   :string(255)
#  issn                          :string(255)
#  periodical                    :boolean
#  root_manifestation_id         :integer
#  note                          :text
#  title_subseries_transcription :text
#

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre10 spec/fixtures/series_statements.yml
enju_biblio-0.1.0.pre9 spec/fixtures/series_statements.yml