rails--rails/activerecord/test/fixtures/posts.yml

14 lines
218 B
YAML
Raw Normal View History

welcome:
id: 1
author_id: 1
title: Welcome to the weblog
body: Such a lovely day
type: Post
thinking:
id: 2
author_id: 1
title: So I was thinking
body: Like I hopefully always am
type: SpecialPost