ozfortress/citadel

View on GitHub
app/controllers/users_controller.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class UsersController has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

class UsersController < ApplicationController
  include UsersPermissions

  before_action only: [:show, :edit, :update, :request_name_change] do
    @user = User.find(params[:id])
Severity: Minor
Found in app/controllers/users_controller.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status