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

Version Path
bugsnag-6.15.0 features/fixtures/rails6/app/app/controllers/project_root_controller.rb
bugsnag-6.15.0 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.14.0 features/fixtures/rails6/app/app/controllers/project_root_controller.rb
bugsnag-6.14.0 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.13.1 features/fixtures/rails6/app/app/controllers/project_root_controller.rb
bugsnag-6.13.1 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.13.0 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.13.0 features/fixtures/rails6/app/app/controllers/project_root_controller.rb
bugsnag-6.12.2 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.12.2 features/fixtures/rails6/app/app/controllers/project_root_controller.rb
bugsnag-6.12.1 features/fixtures/rails6/app/app/controllers/project_root_controller.rb
bugsnag-6.12.1 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.12.0 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.12.0 features/fixtures/rails6/app/app/controllers/project_root_controller.rb
bugsnag-6.11.1 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.11.0 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.10.0 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.9.0 features/fixtures/rails5/app/app/controllers/project_root_controller.rb
bugsnag-6.8.0 features/fixtures/rails5/app/app/controllers/project_root_controller.rb