public
Description: The easy to use rails wiki
Homepage: http://signalwiki.com
Clone URL: git://github.com/queso/signal-wiki.git
signal-wiki / spec / fixtures / page_versions.yml
100644 9 lines (9 sloc) 0.183 kb
1
2
3
4
5
6
7
8
9
one_old:
  id: 1
  title: hai
  permalink: hai
  body: there, i fixed ur ram
  site_id: 1
  version: 1
  created_at: <%= 1.day.ago.to_s :db %>
  page_id: <%= Fixtures.identify :one %>