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