Class: Wallaby::CoreController
- Inherits:
-
SecureController
- Object
- ApplicationController
- SecureController
- Wallaby::CoreController
- Defined in:
- app/controllers/wallaby/core_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from ApplicationController
#not_found, #unprocessable_entity
Instance Method Details
#status ⇒ Object
7 8 9 |
# File 'app/controllers/wallaby/core_controller.rb', line 7 def status render plain: 'healthy' end |