mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 11:06:10 +10:00
17 lines
230 B
Ruby
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
|
|
|