juliakahn1 / nyt-noshing

A solo project to build a pixel-perfect replica of the NYT Cooking website from scratch with Ruby on Rails, React, and PostgreSQL.
https://nytnoshing.onrender.com
2 stars 0 forks source link

Task 3: Database Schema #3

Open Shhmabbey opened 11 months ago

Shhmabbey commented 11 months ago

Database Schema

Shhmabbey commented 11 months ago

You did excellent! I like that you included cooked as a column on the saved recipes table.

Shhmabbey commented 11 months ago

Remove any image_url columns. We'll be using ActiveStorage for photos which allows us to add photos through associations!

juliakahn1 commented 11 months ago

@Shhmabbey removed!