Fix local representation of production path for source files

This commit is contained in:
2020-01-21 10:00:55 -05:00
parent 5d4568ba56
commit 90838d32af
+1 -1
View File
@@ -279,7 +279,7 @@ module Dunlop::SourceFileModel
end
else
has_attached_file :original_file,
url: '/system/:class/:attachment/:id/:filename',
url: '/system/:class/:id/:filename',
hash_secret: 'dunlop-source-files-for-panda'
end
do_not_validate_attachment_file_type :original_file