pet-rescue
pet-rescue copied to clipboard
1021 Refactor Pet instance method to use the Match model instead of the AdopterApplication model
🔗 Issue
#1021
✍️ Description
- Refactored
Pet#is_adopted?
method to referenceMatch
association rather thanAdopterApplication
- Fixed related tests