YOU SAID:
However, if you know the primary key of the model, you may delete the model without retrieving it by calling the destroy method.
INTO JAPANESE
ただし、モデルの主キーがわかっている場合は、destroyメソッドを呼び出して、モデルを取得せずにモデルを削除できます。
BACK INTO ENGLISH
However, if you know the model's primary key, you can call the destroy method to delete the model without getting the model.
INTO JAPANESE
ただし、モデルの主キーがわかっている場合は、destroyメソッドを呼び出して、モデルを取得せずにモデルを削除できます。
BACK INTO ENGLISH
However, if you know the model's primary key, you can call the destroy method to delete the model without getting the model.
You've done this before, haven't you.