8 lines
120 B
Ruby
8 lines
120 B
Ruby
# frozen_string_literal: true
|
|
|
|
class IdeController < ApplicationController
|
|
layout 'fullscreen'
|
|
|
|
def index
|
|
end
|
|
end
|