Ruby on Rails Getting Foreign Key to work

I feel like this is a simple error that I can not figure out, but I haven’t found anything online to help explain what I am doing incorrectly. I have three tables created in my Ruby on Rails application: Facility facility_name – string address – string city_id – integer state_id – integer and foreign keys:… Read More Ruby on Rails Getting Foreign Key to work