def create
    @hunter_backstory = HunterBackstory.new(hunter_backstory_params)
    authorize @hunter_backstory
    respond_to do |format|
      if @hunter_backstory.save