gitlab-org--gitlab-foss/app/controllers/ide_controller.rb
Phil Hughes f527e6e185
Move IDE to CE
This also makes the IDE generally available
2018-03-20 14:12:48 +00:00

6 lines
87 B
Ruby

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