Sha256: 4eab91e03d2d9e4ef33aac80d239f9858853a0d6c9bb1aeab50dc2d791fcd6af
Contents?: true
Size: 400 Bytes
Versions: 19
Compression:
Stored size: 400 Bytes
Contents
class ProjectRootController < ActionController::Base protect_from_forgery def default Bugsnag.notify("handled string") render json: {} end def initializer Bugsnag.notify("handled string") render json: {} end def after Bugsnag.configure do |conf| conf.project_root = '/test/root/here' end Bugsnag.notify("handled string") render json: {} end end
Version data entries
19 entries across 12 versions & 1 rubygems