Skip to content

Commit

Permalink
Fix surprise linting error
Browse files Browse the repository at this point in the history
This has arisen due to a mismatch in the version of rubocop-ast.
  • Loading branch information
Ben Thorner committed Oct 13, 2020
1 parent 972066d commit 985cfdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.should_monkey_patch_log_error?(clazz = ::ActionDispatch::DebugException

def self.monkey_patch_log_error(clazz = ::ActionDispatch::DebugExceptions)
clazz.class_eval do
private
private

def log_error(request, wrapper)
logger = logger(request)
Expand Down

0 comments on commit 985cfdb

Please sign in to comment.