moneyadviceservice/frontend

View on GitHub
app/controllers/application_controller.rb

Summary

Maintainability
B
4 hrs
Test Coverage
B
88%

Class ApplicationController has 33 methods (exceeds 20 allowed). Consider refactoring.
Open

class ApplicationController < ActionController::Base
  rescue_from Mas::Cms::HttpRedirect, with: :redirect_page
  rescue_from Mas::Cms::Errors::ResourceNotFound, with: :not_found

  protect_from_forgery with: :exception
Severity: Minor
Found in app/controllers/application_controller.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status