gitlabhq/gitlabhq

View on GitHub
app/controllers/application_controller.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

class ApplicationController < ActionController::Base
  before_filter :authenticate_user!
  before_filter :reject_blocked!
  before_filter :check_password_expiration
  before_filter :set_current_user_for_thread
Severity: Minor
Found in app/controllers/application_controller.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status