Class: RconsoleController

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

Instance Method Summary collapse

Instance Method Details

#dumpObject



4
5
6
# File 'app/controllers/rconsole_controller.rb', line 4

def dump
  respond_with rconsole.dump
end