Mercurial > hg > soundsoftware-site
annotate lib/plugins/acts_as_versioned/test/fixtures/page_versions.yml @ 1465:ab8bd24eeb65 bug_635
Close obsolete branch bug_635
author | Chris Cannam |
---|---|
date | Fri, 19 Jul 2013 12:13:20 +0100 |
parents | 433d4f72a19b |
children |
rev | line source |
---|---|
Chris@0 | 1 welcome_2: |
Chris@0 | 2 id: 1 |
Chris@0 | 3 page_id: 1 |
Chris@0 | 4 title: Welcome to the weblog |
Chris@0 | 5 body: Such a lovely day |
Chris@0 | 6 version: 24 |
Chris@0 | 7 author_id: 1 |
Chris@0 | 8 revisor_id: 1 |
Chris@0 | 9 welcome_1: |
Chris@0 | 10 id: 2 |
Chris@0 | 11 page_id: 1 |
Chris@0 | 12 title: Welcome to the weblg |
Chris@0 | 13 body: Such a lovely day |
Chris@0 | 14 version: 23 |
Chris@0 | 15 author_id: 2 |
Chris@0 | 16 revisor_id: 2 |