Fix #3628: Retry button is displayed for failed uploads that cannot succeed even if retried

This commit is contained in:
evazion
2018-04-12 22:14:06 -05:00
parent e4096460eb
commit bca483cefd
3 changed files with 0 additions and 25 deletions

View File

@@ -66,12 +66,6 @@ class UploadsController < ApplicationController
respond_with(@upload)
end
def update
@upload = Upload.find(params[:id])
@upload.process!
respond_with(@upload)
end
private
def find_post_by_url(normalized_url)