Sha256: 66bc0e69acd03ff4a523c6c1d4c92eb505475ec500f7e0e2ba16bb9b404d7af8
Contents?: true
Size: 308 Bytes
Versions: 41
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true class ExtendedRollbarController < ApplicationController def extended_rollbar DummyRecord.where(color: 'blue').fetch DummyRecord.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
41 entries across 41 versions & 2 rubygems