2004-12-19 08:01:47 -05:00
|
|
|
# tree mixins
|
|
|
|
tree_1:
|
2004-12-22 09:14:45 -05:00
|
|
|
id: 1001
|
2004-12-19 08:01:47 -05:00
|
|
|
type: TreeMixin
|
2004-12-14 19:46:26 -05:00
|
|
|
parent_id: 0
|
|
|
|
|
2004-12-19 08:01:47 -05:00
|
|
|
tree_2:
|
2004-12-22 09:14:45 -05:00
|
|
|
id: 1002
|
2004-12-19 08:01:47 -05:00
|
|
|
type: TreeMixin
|
2004-12-22 09:14:45 -05:00
|
|
|
parent_id: 1001
|
2004-12-14 19:46:26 -05:00
|
|
|
|
2004-12-19 08:01:47 -05:00
|
|
|
tree_3:
|
2004-12-22 09:14:45 -05:00
|
|
|
id: 1003
|
2004-12-19 08:01:47 -05:00
|
|
|
type: TreeMixin
|
2004-12-22 09:14:45 -05:00
|
|
|
parent_id: 1002
|
2004-12-19 08:01:47 -05:00
|
|
|
|
|
|
|
tree_4:
|
2004-12-22 09:14:45 -05:00
|
|
|
id: 1004
|
2004-12-19 08:01:47 -05:00
|
|
|
type: TreeMixin
|
2004-12-22 09:14:45 -05:00
|
|
|
parent_id: 1001
|
2004-12-19 08:01:47 -05:00
|
|
|
|
|
|
|
# List mixins
|
|
|
|
|
|
|
|
<% (1..4).each do |counter| %>
|
|
|
|
list_<%= counter %>:
|
2004-12-22 09:14:45 -05:00
|
|
|
id: <%= counter+1006 %>
|
2004-12-19 08:01:47 -05:00
|
|
|
pos: <%= counter %>
|
|
|
|
type: ListMixin
|
|
|
|
parent_id: 5
|
2004-12-22 09:14:45 -05:00
|
|
|
<% end %>
|