ruby-x.github.io/app/controllers/debugger_controller.rb

7 lines
97 B
Ruby
Raw Normal View History

2018-04-16 19:36:16 +02:00
class DebuggerController < ApplicationController
def index
render layout: false
end
end