Sha256: 32ea5e36a14198a352ad2fc544d4aa3f33f9cb78abd498e6df6f620b7967f5d0
Contents?: true
Size: 260 Bytes
Versions: 15
Compression:
Stored size: 260 Bytes
Contents
# frozen_string_literal: true Before('@allow-rescue') do @__orig_allow_rescue = ActionController::Base.allow_rescue ActionController::Base.allow_rescue = true end After('@allow-rescue') do ActionController::Base.allow_rescue = @__orig_allow_rescue end
Version data entries
15 entries across 15 versions & 1 rubygems