mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
18 lines
326 B
YAML
18 lines
326 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
document: one
|
|
title: MyString
|
|
body: MyString
|
|
synopsis: MyString
|
|
universe_id: 1
|
|
notes_text: MyString
|
|
|
|
two:
|
|
document: two
|
|
title: MyString
|
|
body: MyString
|
|
synopsis: MyString
|
|
universe_id: 1
|
|
notes_text: MyString
|