rtopitt/bolao2014

View on GitHub
app/models/bet.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

class Bet < ActiveRecord::Base

  belongs_to :user
  has_one :payment, dependent: :destroy
  has_many :match_bets, dependent: :destroy
Severity: Minor
Found in app/models/bet.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status