def update
    @profile = current_user.profile
    if @profile.update_attributes(params[:profile])
      render json: {}, status: :ok
    else