summaryrefslogtreecommitdiff
path: root/app/controllers/ide_controller.rb
blob: eeeebe430a79c3d800c314fca8d0b77443b499b0 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

class IdeController < ApplicationController
  layout 'fullscreen'

  def index
  end
end