Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-01 19:46:37 +0300
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-12 17:48:43 +0300
commit1be09264755410511772b07a455b929b000958cf (patch)
tree9c0325d304cd7ef1d812afc562cd7e708409b3f6 /app/services/files
parentb0ce99f5b0774be7d55c68083c5bdb609e99b776 (diff)
successfully adds the new version with the updated name on the projects repo
Diffstat (limited to 'app/services/files')
-rw-r--r--app/services/files/base_service.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/files/base_service.rb b/app/services/files/base_service.rb
index c8e66555c82..7719c1819ec 100644
--- a/app/services/files/base_service.rb
+++ b/app/services/files/base_service.rb
@@ -16,6 +16,8 @@ module Files
params[:file_content]
end
+ puts @file_path
+
# Validate parameters
validate