app/admin/user.rb
Complex method sidebar#Team Details (32.1) Open
Open
sidebar 'Team Details', only: %i[show edit] do
ul do
li link_to 'Memberships', manage_user_memberships_path(resource)
li link_to 'Enrollments', manage_user_enrollments_path(resource)
- Read upRead up
- Exclude checks
Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.
You can read more about ABC metrics or the flog tool