Book should not `belong_to` user, user should be linked to books by `has_many`. This way a book can be read by many users.
Book should not
belong_touser, user should be linked to books byhas_many. This way a book can be read by many users.