Sha256: 5515c6c1f8bcd68f0535b0f2116912d36cec7c731138a1d302e88566d8659a8c
Contents?: true
Size: 783 Bytes
Versions: 216
Compression:
Stored size: 783 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 # updated_at :datetime #
Version data entries
216 entries across 165 versions & 3 rubygems