7 lines
97 B
Ruby
7 lines
97 B
Ruby
|
class DebuggerController < ApplicationController
|
||
|
|
||
|
def index
|
||
|
render layout: false
|
||
|
end
|
||
|
end
|