aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/books.yml
blob: 699623a6f9008e64d768dd9234139f38fb416fd5 (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
27
28
29
30
31
32
33
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
  difficulty: :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
  read_status: "forgotten"

tlg:
  author_id: 1
  id: 4
  name: "Thoughtleadering"