def create
    @book = Book.unscoped.new(book_params)

    @book.libraries << current_user.library