adding debugger and opal rails

This commit is contained in:
Torsten Ruger
2018-04-16 20:36:16 +03:00
parent 9c241218b7
commit 8d6e78c53f
10 changed files with 103 additions and 11 deletions

View File

@ -0,0 +1,6 @@
class DebuggerController < ApplicationController
def index
render layout: false
end
end