gitlab-org--gitlab-foss/app/controllers/explore/groups_controller.rb
2017-10-04 22:49:41 +02:00

7 lines
169 B
Ruby

class Explore::GroupsController < Explore::ApplicationController
include GroupTree
def index
render_group_tree GroupsFinder.new(current_user).execute
end
end