aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/books.yml
blob: 380dd3dfca1a8e0b81f98567d4892e74cd1928c6 (plain) (tree)
1
2
3
4
5
6
7
8
9
     
              

                                          
                     

                    

    
              

                        
                 








                              
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