Class: ChromeDevtoolsRails::DevtoolsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ChromeDevtoolsRails::DevtoolsController
- Defined in:
- app/controllers/chrome_devtools_rails/devtools_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
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 |