MayOneUS/mayday-2.0-backend

View on GitHub
app/models/legislator.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Legislator has 27 methods (exceeds 20 allowed). Consider refactoring.
Open

class Legislator < ActiveRecord::Base
  belongs_to :district
  belongs_to :state
  has_many :targets
  has_many :campaigns, through: :targets
Severity: Minor
Found in app/models/legislator.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status