ckenst / ReadingList

A book reading list built on Rails
0 stars 0 forks source link

Add a check so we can't duplicate books #8

Open ckenst opened 8 years ago

ckenst commented 8 years ago

Currently on http://chrisreads.herokuapp.com/, when you submit new books you run the risk of duplicating them. Before adding a book, check the database to see if the book is already there.