mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
18 lines
328 B
YAML
18 lines
328 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
timeline: one
|
|
time_label: MyString
|
|
title: MyString
|
|
description: MyString
|
|
notes: MyString
|
|
position: 1
|
|
|
|
two:
|
|
timeline: two
|
|
time_label: MyString
|
|
title: MyString
|
|
description: MyString
|
|
notes: MyString
|
|
position: 1
|