Skip to content
Snippets Groups Projects
Commit 26994b5d authored by Andrew Kumanyaev's avatar Andrew Kumanyaev
Browse files

Remove unused, but slow code

parent 2e839cee
No related branches found
No related tags found
1 merge request!4325Remove unused but slow code
Loading
Loading
@@ -8,10 +8,6 @@ class Admin::GroupsController < Admin::ApplicationController
end
 
def show
@projects = Project.scoped
@projects = @projects.not_in_group(@group) if @group.projects.present?
@projects = @projects.all
@projects.reject!(&:empty_repo?)
end
 
def new
Loading
Loading
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