app/controllers/tag_groups_controller.rb
Complex method TagGroupsController#create (34.3) Open
Open
def create
@tag_group = current_team.tag_groups.new(allowed_params)
authorize @tag_group
respond_to do |format|
- 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