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 / content_versions.yml
100644 40 lines (40 sloc) 1.007 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
welcome_1:
  id: 1
  article_id: 1
  site_id: 1
  title: Welcome to Mephisto!!!!!!
  permalink: welcome-to-mephisto
  excerpt: welcome summary
  excerpt_html: welcome summary
  body: welcome description
  body_html: welcome description
  created_at: <%= 5.days.ago.utc.to_s(:db) %>
  updated_at: <%= 5.days.ago.utc.to_s(:db) %>
  published_at: <%= 3.days.ago.utc.to_s(:db) %>
  comment_age: 30
  user_id: 1
  comments_count: 1
  versioned_type: Article
  filter: textile_filter
  version: 1
  updater_id: 3
welcome_2:
  id: 2
  article_id: 1
  site_id: 1
  title: Welcome to Mephisto
  permalink: welcome-to-mephisto
  excerpt: welcome summary
  excerpt_html: welcome summary
  body: welcome description
  body_html: welcome description
  created_at: <%= 5.days.ago.utc.to_s(:db) %>
  updated_at: <%= 5.days.ago.utc.to_s(:db) %>
  published_at: <%= 3.days.ago.utc.to_s(:db) %>
  comment_age: 30
  user_id: 1
  comments_count: 1
  versioned_type: Article
  filter: textile_filter
  version: 2
  updater_id: 1