Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ide_controller.rb « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eeeebe430a79c3d800c314fca8d0b77443b499b0 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

class IdeController < ApplicationController
  layout 'fullscreen'

  def index
  end
end