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 18:32:56 +0300
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-12 17:52:21 +0300
commit73c9e9e261bcb0a6cdeab23260301c1453facb73 (patch)
treeaf951774086bcae320a515f85a4d54e031097801 /app/services/files
parentda514fb9b5acdbd7a1b9f126909d30fe8dc1c53b (diff)
implements the form for renaming the new filename on the file edit page
Diffstat (limited to 'app/services/files')
-rw-r--r--app/services/files/update_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/files/update_service.rb b/app/services/files/update_service.rb
index 8d2b5083179..c2af9b855b1 100644
--- a/app/services/files/update_service.rb
+++ b/app/services/files/update_service.rb
@@ -7,6 +7,7 @@ module Files
branch: @target_branch,
previous_path: @previous_path,
message: @commit_message)
+
end
end
end