Closed prutya closed 6 years ago
Hello,
Indeed, it looks like I forgot to implement model deletion 😅 .
I'm going to fix this today, you will be able to call destroy
on the model tomorrow.
It's now done.
Note than the method is delete
like in SQL and not destroy
like in ActiveRecord.
Great, thank you ☺️
Hi, Looks like there is only one way to delete a record:
Am I right?