Skip to content

Fix ApplicationController complexity #2133

@telday

Description

@telday

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions