def update
    respond_to do |format|
      if @hunter_backstory.update(hunter_backstory_params)
        format.html { redirect_to @hunter_backstory, notice: t('.success') }
        format.json { render :show, status: :ok, location: @hunter_backstory }