summaryrefslogtreecommitdiff
path: root/app/controllers/ide_controller.rb
blob: 96bb2237d901e3400c1a036275ef408f91be4932 (plain)
1
2
3
4
5
6
class IdeController < ApplicationController
  layout 'fullscreen'

  def index
  end
end