Sha256: 67151d9c8cafff928a66d7c0ef14d7e6aa0d78b42213bcfbb83b7533ab7aa39b
Contents?: true
Size: 818 Bytes
Versions: 101
Compression:
Stored size: 818 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html author: name: author display_name: "en: Author\r\n\ ja: 著者" note: position: 1 id: 1 editor: name: editor display_name: "en: Editor\r\n\ ja: 編者" note: position: 2 id: 2 translator: name: translator display_name: "en: Translator\r\n\ ja: 訳者" note: position: 3 id: 3 illustrator: name: illustrator display_name: "en: Illustrator\r\n\ ja: 作画者" note: position: 4 id: 4 # == 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 not null # updated_at :datetime not null #
Version data entries
101 entries across 101 versions & 4 rubygems