kasugaijin / baja-pet-rescue

Kasugaijin's open-source Ruby on Rails production app that enables dog rescue organisation staff in Mexico to post dogs and receive applications for adoption from users in USA and Canada..
27 stars 9 forks source link

Test adopted dogs can't be shown as an adoptable dog #89

Closed kasugaijin closed 1 year ago

kasugaijin commented 1 year ago

adoptable_dogs_controller.rb show action will take a user to /adoptable_dogs/:id unless the dog is adopted. In that case the user is redirected with a flash.

Acceptance criteria:

Overlandcoder commented 1 year ago

I'd love to tackle this next!

kasugaijin commented 1 year ago

Close by https://github.com/kasugaijin/baja-pet-rescue/pull/105