Skip to content
Snippets Groups Projects
Unverified Commit 7a35cb98 authored by Keeyan Nejad's avatar Keeyan Nejad Committed by GitLab
Browse files

Update file ide_controller.rb

parent 75a18c17
Branches andrey-remove-group-caching
No related tags found
1 merge request!3171Update file ide_controller.rb
Pipeline #23902021 failed
Loading
Loading
@@ -12,6 +12,7 @@ class IdeController < ApplicationController
before_action do
push_frontend_feature_flag(:build_service_proxy)
push_frontend_feature_flag(:reject_unsigned_commits_by_gitlab)
do_smthing
end
 
feature_category :web_ide
Loading
Loading
@@ -77,4 +78,8 @@ def tracking_namespace_source
def tracking_project_source
project
end
def do_smthing
123 + 12
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment