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

    @book.publishers << current_user.publisher