Sha256: fd05394767c4dc0985f37eda307eca95fe0163172a004fb100806e3f17901951
Contents?: true
Size: 161 Bytes
Versions: 40
Compression:
Stored size: 161 Bytes
Contents
# Ping Controller class PingController < ApplicationController def ping render text: "All good. You don't need to be authenticated to call this" end end
Version data entries
40 entries across 40 versions & 1 rubygems