added user feedback functional test

This commit is contained in:
albert
2011-02-01 18:08:01 -05:00
parent df20d9233b
commit 8eb3451fb4
11 changed files with 103 additions and 9 deletions

View File

@@ -232,7 +232,7 @@ class Upload < ActiveRecord::Base
end
def temp_file_path
@temp_file_path ||= File.join(Rails.root, "tmp", "#{Time.now.to_f}.#{$PROCESS_ID}")
@temp_file_path ||= File.join(Rails.root, "tmp", "upload_#{Time.now.to_f}.#{$PROCESS_ID}")
end
end