aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/books.yml
blob: 93cfabd61cf2d81dbaa754c015b4c44f7cba7df6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
awdr:
  author_id: 1
  id: 1
  name: "Agile Web Development with Rails"
  format: "paperback"
  status: :published
  read_status: :read
  language: :english
  author_visibility: :visible
  illustrator_visibility: :visible
  font_size: :medium

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