Closed GhostEsso closed 1 year ago
Created model classes for User and Food. (e.g. class User < ApplicationRecord) Set up associations between models. (e.g. has_many :food, belongs_to :user) Use CRUD methods to create, read and delete entities. Add validations if needed.
https://github.com/GhostEsso/ror-recipe-app/pull/34/
Created model classes for User and Food. (e.g. class User < ApplicationRecord) Set up associations between models. (e.g. has_many :food, belongs_to :user) Use CRUD methods to create, read and delete entities. Add validations if needed.