education/classroom

View on GitHub
app/controllers/organizations_controller.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class OrganizationsController has 29 methods (exceeds 20 allowed). Consider refactoring.
Open

class OrganizationsController < Orgs::Controller
  before_action :ensure_team_management_flipper_is_enabled, only: [:show_groupings]

  before_action :authorize_organization_addition,     only: [:create]
  before_action :set_users_github_organizations,      only: %i[index new create]
Severity: Minor
Found in app/controllers/organizations_controller.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status