ozfortress/citadel

View on GitHub
app/models/league/match.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Match has 30 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Match < ApplicationRecord
    include MarkdownRenderCaching

    belongs_to :home_team, class_name: 'Roster'
    belongs_to :away_team, class_name: 'Roster', optional: true
Severity: Minor
Found in app/models/league/match.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status