aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/posts.yml
blob: f5effb20fcd3400bd20f7841e003e4bc8bd3eb8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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