Files
gitlabhq/app/controllers/ide_controller.rb
2017-12-21 15:05:47 +00:00

7 lines
87 B
Ruby

class IdeController < ApplicationController
layout 'nav_only'
def index
end
end