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

  def index
  end
end