This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-09-27 02:19:14 -04:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
one:
|
|
|
|
id: 1
|
|
|
|
title: my title page for testing
|
2007-11-11 01:33:08 -05:00
|
|
|
owner_id: 1
|
|
|
|
owner_type: Beer
|
2007-09-27 02:19:14 -04:00
|
|
|
two:
|
|
|
|
id: 2
|
|
|
|
title: my other title page
|
2007-11-15 00:35:29 -05:00
|
|
|
owner_id: 1
|
|
|
|
owner_type: Brewery
|
2007-10-03 02:34:21 -04:00
|
|
|
homepage:
|
|
|
|
id: 3
|
|
|
|
title: HomePage
|
|
|
|
redcloth: Homepage Text
|