Class: NetscalerController

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

Instance Method Summary collapse

Instance Method Details

#nstestObject



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

def nstest
  # Maybe do something else for application health?
  render nothing: true, status: :ok
end