scottwillson/racing_on_rails

View on GitHub
app/models/competitions/overall_bar.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method mtb_categories_for has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def mtb_categories_for(race)
      return [] unless race.category

      case race.category.name
      when "Senior Men"
Severity: Minor
Found in app/models/competitions/overall_bar.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status