0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Activerecord

Posted at

一旦大前提の知識の整理…。
Activerecordとは…。
→railsの中で、「表の中から特定の条件を満たした行を引っ張ってくる。」機能。

image.png

本題
現在作成中のsnsアプリケーションにて、投稿の削除をおこなったところ次のエラーが発生。

スクリーンショット (180).PNG

エラーの発生の原因箇所が分からなかったものの、調べた結果
原因としては、Activerecordで参照が上手くできなかったことが原因。
それを踏まえて再度コードを確認してみると…。

image.png

このコードでは、
投稿を削除したのちに飛ぶページが、

「削除した投稿のページ!!!」になっている!!!

そりゃエラーになりますわ!!!

image.png
修正後

無事削除したのち、投稿一覧に飛べるように修正できました!!!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?