Kledin85 / adopt_dont_shop

1 stars 0 forks source link

Story 19 - (SQL Only) Admin Shelters Show Page #26

Open JustJakeSeymour opened 1 year ago

JustJakeSeymour commented 1 year ago

[ ] done

SQL Only Story

For this story, you should write your queries in raw sql. You can use the ActiveRecord find_by_sql method to execute raw sql queries: https://guides.rubyonrails.org/active_record_querying.html#finding-by-sql

  1. Admin Shelters Show Page

As a visitor When I visit an admin shelter show page Then I see that shelter's name and full address

NOTE: Your query should only return the necessary data to complete the story