Guest User

Untitled

a guest
May 20th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. def validate
  2. books = Book.find_all_by_title(title)
  3. for book in books
  4. puts book.authors.inspect
  5. puts authors.inspect
  6. puts book.authors == authors
  7. return false if book.authors == authors
  8. end
  9. end
Add Comment
Please, Sign In to add comment