public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
mephisto / test / fixtures / assigned_sections.yml
100644 69 lines (68 sloc) 1.016 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# :article_id, :integer
# :section_id, :integer
# :position, :integer, :default => 1
welcome_home:
  id: 1
  article_id: 1
  section_id: 1
  position: 1
another_home:
  id: 2
  article_id: 2
  section_id: 1
  position: 2
welcome_about:
  id: 3
  article_id: 1
  section_id: 2
  position: 1
about_about:
  id: 4
  article_id: 6
  section_id: 2
  position: 2
site_map_about:
  id: 5
  article_id: 7
  section_id: 2
  position: 3
future_home:
  id: 6
  article_id: 5
  section_id: 1
  position: 1
cupcake_welcome_home:
  id: 7
  article_id: 8
  section_id: 3
  position: 1
cupcake_welcome_about:
  id: 8
  article_id: 8
  section_id: 4
  position: 1
draft_home:
  id: 9
  article_id: 11
  section_id: 1
  position: 5
draft_about:
  id: 10
  article_id: 11
  section_id: 2
  position: 4
future_about:
  id: 11
  article_id: 5
  section_id: 2
  position: 5
paged_section_article_1:
  id: 12
  article_id: 16
  section_id: 10
  position: 1
paged_section_article_2:
  id: 13
  article_id: 17
  section_id: 10
  position: 2