aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/books.yml
blob: 1f75e3fb522c73bd1f9cb8b6259f67060bc61646 (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
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

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