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:
authorMatija Čupić <matteeyah@gmail.com>2018-01-13 00:39:42 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-02-05 20:57:42 +0300
commitfe96a1f268558526fd122a348866fbf513ac17e2 (patch)
tree83383472b6bd763570157856131c47013a0e0787 /app/controllers/projects
parent2150ed4094ddb67d7b403cd56360700c80e7d928 (diff)
Stub multiple variable controller method
Diffstat (limited to 'app/controllers/projects')
-rw-r--r--app/controllers/projects/variables_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/projects/variables_controller.rb b/app/controllers/projects/variables_controller.rb
index 6a825137564..b7b88830837 100644
--- a/app/controllers/projects/variables_controller.rb
+++ b/app/controllers/projects/variables_controller.rb
@@ -32,6 +32,10 @@ class Projects::VariablesController < Projects::ApplicationController
end
end
+ def save_multiple
+ head :ok
+ end
+
def destroy
if variable.destroy
redirect_to project_settings_ci_cd_path(project),