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.13 KB | None | 0 0
  1. def validate
  2. books.each { |book| return false if book.authors == authors } if !(books = Book.find_all_by_title(title)).blank?
  3. end
Add Comment
Please, Sign In to add comment