Class: ChromeDevtoolsRails::DevtoolsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/chrome_devtools_rails/devtools_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
6
7
8
9
10
# File 'app/controllers/chrome_devtools_rails/devtools_controller.rb', line 3

def show
  render json: {
    workspace: {
      root: Rails.root.to_s,
      uuid: uuid
    }
  }
end