summaryrefslogtreecommitdiff
path: root/test/fixtures/nodes.yml
blob: 3f89f6d824b8ba85c9a03c1203def36d62948afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

one:
  id: 1
  lft: 1
  rgt: 4
  parent_id:
  slug:
  unique_name:


two:
  id: 2
  lft: 2
  rgt: 3
  parent_id: 1
  slug: my_first_page
  unique_name: root/my_first_page