Sha256: 97c84b335c69520e952b43c6652b38bb8e6c7bc1b233eeceef202e8d1097ec82

Contents?: true

Size: 680 Bytes

Versions: 142

Compression:

Stored size: 680 Bytes

Contents

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

editor:
  name: editor
  display_name: "en: Editor\r\n\
    ja: 編者"
  note: 
  position: 1
  id: 1

translator:
  name: translator
  display_name: "en: Translator\r\n\
    ja: 訳者"
  note: 
  position: 2
  id: 2

illustrator:
  name: illustrator
  display_name: "en: Illustrator\r\n\
    ja: 作画者"
  note: 
  position: 3
  id: 3


# == Schema Information
#
# Table name: create_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

142 entries across 132 versions & 2 rubygems

Version Path
enju_biblio-0.1.0.pre29 lib/generators/enju_biblio/setup/templates/db/fixtures/realize_types.yml
enju_biblio-0.1.0.pre28 lib/generators/enju_biblio/setup/templates/db/fixtures/realize_types.yml