Class: RrxApi::HealthController

Inherits:
Controller
  • Object
show all
Defined in:
app/controllers/rrx_api/health_controller.rb

Overview

Replaces the default Rails health check controller

Constant Summary

Constants included from Authenticatable

Authenticatable::AUTH_HEADER, Authenticatable::BEARER_TOKEN

Instance Method Summary collapse

Methods inherited from Controller

#logger

Methods included from Authenticatable

#current_user

Instance Method Details

#showObject



8
9
10
11
# File 'app/controllers/rrx_api/health_controller.rb', line 8

def show
  check
  render_up
end