Fix backend code for searching by a filetype as a combination of uploads and topic links. Add rspec test for extracting file extension in upload.

This commit is contained in:
Jakub Macina
2017-07-04 17:50:08 +02:00
parent f0a674d620
commit 8c445e9f17
4 changed files with 11 additions and 6 deletions

View File

@ -52,10 +52,6 @@ class Upload < ActiveRecord::Base
end
end
def extension
File.extname(original_filename)
end
def self.generate_digest(path)
Digest::SHA1.file(path).hexdigest
end