Class: Wallaby::BaseController

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

Overview

Base controller to provide basic helper methods for sub classes

Direct Known Subclasses

AbstractResourcesController

Constant Summary

Constants inherited from ApplicationController

ApplicationController::ERROR_PATH

Instance Method Summary collapse

Methods inherited from SecureController

#forbidden, #unauthorized

Methods inherited from ApplicationController

#bad_request, #not_found, #unprocessable_entity

Instance Method Details

#healthyObject

health check



12
13
14
# File 'app/controllers/wallaby/base_controller.rb', line 12

def healthy
  render plain: 'healthy'
end