list books

This commit is contained in:
2013-01-07 17:22:30 +08:00
parent 76285d43db
commit f8ebded029
13 changed files with 85 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
class AddSomeBooks
User.create email:'test@test.com', name:'Test'
User.first.books.create name:'看见', image:'http:\/\/img3.douban.com\/mpic\/s24514758.jpg',isbn:'9787549529322'
end