Class: Api::V1::HealthCheckController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/api/v1/health_check_controller.rb

Instance Method Summary collapse

Instance Method Details

#pingObject



4
5
6
# File 'app/controllers/api/v1/health_check_controller.rb', line 4

def ping
  head :ok
end