adding debugger and opal rails
This commit is contained in:
6
app/controllers/debugger_controller.rb
Normal file
6
app/controllers/debugger_controller.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class DebuggerController < ApplicationController
|
||||
|
||||
def index
|
||||
render layout: false
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user