veersuvrat/CalDining-169

View on GitHub
app/controllers/application_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

    if (request.path != "/users/sign_in" &&
        request.path != "/users/sign_up" &&
        request.path != "/users/password/new" &&
        request.path != "/users/password/edit" &&
        request.path != "/users/confirmation" &&
Severity: Major
Found in app/controllers/application_controller.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status