Class: Wallaby::CoreController

Inherits:
SecureController show all
Defined in:
app/controllers/wallaby/core_controller.rb

Direct Known Subclasses

ResourcesController

Instance Method Summary collapse

Methods inherited from ApplicationController

#not_found, #unprocessable_entity

Instance Method Details

#statusObject



7
8
9
# File 'app/controllers/wallaby/core_controller.rb', line 7

def status
  render plain: 'healthy'
end