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

7 lines
89 B
Ruby
Raw Normal View History

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