You are missing the user_id part there. ![]()
|> cast(attrs, [:title, :body, :user_id])
|> validate_required([:title, :body, :user_id])
You are missing the user_id part there. ![]()
|> cast(attrs, [:title, :body, :user_id])
|> validate_required([:title, :body, :user_id])