summaryrefslogtreecommitdiff
path: root/lib/api/helpers.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-06-01 09:52:19 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2017-06-01 16:34:48 +0200
commit6185d12c183b539ea06ab3550b2c21045d169ca4 (patch)
tree9a5a8e50f8b0c6c64d69099d0374dc15ace808ee /lib/api/helpers.rb
parente61f38d79eb85a7c601bd146d5b8e48a8b4418e5 (diff)
downloadgitlab-ce-6185d12c183b539ea06ab3550b2c21045d169ca4.tar.gz
Add missing specs
Diffstat (limited to 'lib/api/helpers.rb')
-rw-r--r--lib/api/helpers.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/api/helpers.rb b/lib/api/helpers.rb
index d61450f8258..81f6fc3201d 100644
--- a/lib/api/helpers.rb
+++ b/lib/api/helpers.rb
@@ -311,6 +311,16 @@ module API
end
end
+ def present_artifacts!(artifacts_file)
+ return not_found! unless artifacts_file.exists?
+
+ if artifacts_file.file_storage?
+ present_file!(artifacts_file.path, artifacts_file.filename)
+ else
+ redirect_to(artifacts_file.url)
+ end
+ end
+
private
def private_token