mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-20 16:30:26 +00:00
7 lines
87 B
Ruby
7 lines
87 B
Ruby
class IdeController < ApplicationController
|
|
layout 'nav_only'
|
|
|
|
def index
|
|
end
|
|
end
|