ruby-x.github.io/app/controllers/debugger_controller.rb
2018-04-16 20:36:16 +03:00

7 lines
97 B
Ruby

class DebuggerController < ApplicationController
def index
render layout: false
end
end