We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#140 こちらで通知周りの削除処理が甘いことが発覚 しっかりとdependent: :destroyをしていなかったことが原因
dependent: :destroy
他にも削除周りが甘い部分がありそうなので、確認しつつ削除の単体テストを追加していく 削除周りの処理が甘いとnilが絡んでNoMethodErrorが頻発しそうなので、しっかりとチェックする
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#140
こちらで通知周りの削除処理が甘いことが発覚
しっかりと
dependent: :destroy
をしていなかったことが原因他にも削除周りが甘い部分がありそうなので、確認しつつ削除の単体テストを追加していく
削除周りの処理が甘いとnilが絡んでNoMethodErrorが頻発しそうなので、しっかりとチェックする
The text was updated successfully, but these errors were encountered: