conjur icon indicating copy to clipboard operation
conjur copied to clipboard

Fix ApplicationController complexity

Open telday opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

According to Code Climate the application_controller.rb file is currently slightly over the line limit per file and should be refactored. Currently it is 253 lines it should be <250.

During refactoring the repeated use of the logger.debug("#{e}\n#{e.backtrace.join("\n")}") line which appears in almost every method.

telday avatar Apr 27 '21 18:04 telday