public
Description: RESTful Rails Wiki
Clone URL: git://github.com/josh/wiki.git
Cleaned up fixtures content.
josh (author)
Fri Feb 08 21:11:40 -0800 2008
commit  d14d4ec80a5110137adde16a97827ae7cb7e950d
tree    0294d570823e1e5ff028aa80f6c3fbf9a9428642
parent  2a7a2481c4e149d5a6f9cc63312d9ce3c8dc1785
...
1
2
 
 
3
4
5
 
 
...
 
 
1
2
3
 
 
4
5
0
@@ -1,5 +1,5 @@
0
-one:
0
- page_id: one
0
+homepage_one:
0
+ page_id: <%= Fixtures.identify(:homepage) %>
0
   version: 1
0
- title: MyString
0
- body: MyText
0
+ title: HomePage
0
+ body: Hello, World!
...
1
2
3
 
 
 
...
 
 
 
1
2
3
0
@@ -1,3 +1,3 @@
0
-one:
0
- title: MyString
0
- body: MyText
0
+homepage:
0
+ title: HomePage
0
+ body: Hello, World!

Comments

    No one has commented yet.