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: 96bb2237d901e3400c1a036275ef408f91be4932 (plain)
1
2
3
4
5
6
class IdeController < ApplicationController
  layout 'fullscreen'

  def index
  end
end