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

7 lines
97 B
Ruby
Raw Normal View History

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