SophieDeBenedetto/purrfectmatch

View on GitHub
app/models/breed.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Breed < ActiveRecord::Base
  has_many :pet_breeds
  has_many :pets, through: :pet_breeds
end