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