Sha256: cb9c77c26e6c67f0153280d6afaf5489f15cdac57bae3e5fa3d14a76c1d42e91
Contents?: true
Size: 192 Bytes
Versions: 7
Compression:
Stored size: 192 Bytes
Contents
class HealthController < ApplicationController # # Check if web application is responsive # Return 204 No Content to signal healthy state. # def check head :no_content end end
Version data entries
7 entries across 7 versions & 1 rubygems