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

9 lines
120 B
Ruby

# frozen_string_literal: true
class IdeController < ApplicationController
layout 'fullscreen'
def index
end
end