gitlab-org--gitlab-foss/app/controllers/ide_controller.rb

6 lines
89 B
Ruby

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