aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/books.yml
blob: 380dd3dfca1a8e0b81f98567d4892e74cd1928c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
awdr:
  author_id: 1
  id: 1
  name: "Agile Web Development with Rails"
  format: "paperback"
  status: :published
  read_status: :read

rfr:
  author_id: 1
  id: 2
  name: "Ruby for Rails"
  format: "ebook"
  status: "proposed"
  read_status: "reading"

ddd:
  author_id: 1
  id: 3
  name: "Domain-Driven Design"
  format: "hardcover"
  status: 2