Sha256: 1d2845c7b86feb3a8005a7b97f0a7f28bd7435d580296221ebdca426a1538eae

Contents?: true

Size: 570 Bytes

Versions: 1

Compression:

Stored size: 570 Bytes

Contents

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

one:
  name: isbn
  display_name: ISBN
  note: 
  position: 1
  id: 1

two:
  name: issn
  display_name: ISSN
  note: 
  position: 2
  id: 2

three:
  name: jpno
  display_name: JPNO
  note: 
  position: 3
  id: 3

# == Schema Information
#
# Table name: identifier_types
#
#  id           :integer          not null, primary key
#  name         :string(255)
#  display_name :text
#  note         :text
#  position     :integer
#  created_at   :datetime
#  updated_at   :datetime
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre63 spec/fixtures/identifier_types.yml