debian-mirror-gitlab/app/controllers/ide_controller.rb

9 lines
120 B
Ruby
Raw Normal View History

2018-12-05 23:21:45 +05:30
# frozen_string_literal: true
2018-05-09 12:01:36 +05:30
class IdeController < ApplicationController
2018-11-20 20:47:30 +05:30
layout 'fullscreen'
2018-05-09 12:01:36 +05:30
def index
end
end