21 lines
382 B
YAML
21 lines
382 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
one:
|
|
id: 1
|
|
title: my title page for testing
|
|
owner_id: 1
|
|
owner_type: Beer
|
|
two:
|
|
id: 2
|
|
title: my other title page
|
|
owner_id: 1
|
|
owner_type: Brewery
|
|
homepage:
|
|
id: 3
|
|
title: HomePage
|
|
redcloth: Homepage Text
|
|
personal_description:
|
|
id: 4
|
|
title: penguin coder
|
|
owner_id: 1
|
|
owner_type: People
|