pet-rescue
pet-rescue copied to clipboard
Display feature pets on org home page [558]
🔗 Issue
Display feature pets on org home page #558
✍️ Description
- [x] Created instance variable in the
Organizations::HomeController#index
action to sample from the adoptable_pets (though I'm not sure the pattern matches what is used in other controllers). - [x] Replaced four static pet cards on the
/<org>/home
page with a sample of the adoptable pets from that organization.