Some blatantly obvious thing that I was oblivious to before dipping my toes into databases:
Continue readingTag Archives: Database
Rails Model: has_many And belongs_to
Goal: structuring multiple Birds within each Nest, so that we could find all birds within a specific nest with routes such as /nests/:nest_id/birds
.