Sha256: 136c05e79028a2048ca6c9050ae3a9a4d611ad92f47dd0add3032a3438ff7256
Contents?: true
Size: 106 Bytes
Versions: 210
Compression:
Stored size: 106 Bytes
Contents
class HealthController < ActionController::API def show render nothing: true, status: 204 end end
Version data entries
210 entries across 118 versions & 1 rubygems