diff options
author | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-01 16:32:56 +0100 |
---|---|---|
committer | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-12 15:52:21 +0100 |
commit | 73c9e9e261bcb0a6cdeab23260301c1453facb73 (patch) | |
tree | af951774086bcae320a515f85a4d54e031097801 /app/services/files | |
parent | da514fb9b5acdbd7a1b9f126909d30fe8dc1c53b (diff) | |
download | gitlab-ce-73c9e9e261bcb0a6cdeab23260301c1453facb73.tar.gz |
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.rb | 1 |
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 |