debian-mirror-gitlab/app/controllers/ide_controller.rb
2018-12-05 23:21:45 +05:30

9 lines
120 B
Ruby

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