mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
26 lines
545 B
YAML
26 lines
545 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
name: MyString
|
|
description: MyString
|
|
other_names: MyString
|
|
laws: MyString
|
|
sports: MyString
|
|
politics: MyString
|
|
founding_story: MyString
|
|
established_year: MyString
|
|
notes: MyString
|
|
private_notes: MyString
|
|
|
|
two:
|
|
name: MyString
|
|
description: MyString
|
|
other_names: MyString
|
|
laws: MyString
|
|
sports: MyString
|
|
politics: MyString
|
|
founding_story: MyString
|
|
established_year: MyString
|
|
notes: MyString
|
|
private_notes: MyString
|