Sha256: a4b6415bb8eab5d7ca20b5f121b8793ad84b0a2f07472ecb063e9a660a43c18c
Contents?: true
Size: 205 Bytes
Versions: 24
Compression:
Stored size: 205 Bytes
Contents
class SendEnvironmentController < ActionController::Base protect_from_forgery def index render json: {} end def initializer Bugsnag.notify("handled string") render json: {} end end
Version data entries
24 entries across 12 versions & 1 rubygems