Sha256: 880cb11453235c233de004e6f56a7d0b3eb10ea51dcadae215db43d5ab7d08fc
Contents?: true
Size: 298 Bytes
Versions: 20
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true class ExtendedRollbarController < ApplicationController def extended_rollbar Record.where(color: 'blue').fetch Record.where(color: 'red').fetch raise "Let's see if rollbar logs information about what kind of requests where made around here!" end end
Version data entries
20 entries across 20 versions & 1 rubygems