def update
    authorize @package, :update?
    respond_to do |format|
      if @package.update(package_details_params)
        format.html do