Sha256: e5ffdcb59922489b9c36748972d423bf9be7786dad8d71ec47f5c57a43c1a7ee
Contents?: true
Size: 975 Bytes
Versions: 8
Compression:
Stored size: 975 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html author: name: author display_name_translations: {"en: Author", "ja": "著者"} note: position: 1 id: 1 editor: name: editor display_name_translations: {"en": "Editor", "ja": "編者"} note: position: 2 id: 2 translator: name: translator display_name_translations: {"en": "Translator", "ja": "訳者"} note: position: 3 id: 3 illustrator: name: illustrator display_name_translations: {"en": "Illustrator", "ja": "作画者"} note: position: 4 id: 4 # == Schema Information # # Table name: create_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