Files
gitlabhq/app/controllers/projects/group_links_controller.rb
T

17 lines
230 B
Ruby

class Projects::GroupLinksController < Projects::ApplicationController
layout 'project_settings'
def index
# TODO: Implement
end
def create
# TODO: Implement
end
def destroy
# TODO: Implement
end
end