Qustion is how i can permanet delete post. thread ?
i was see there was
./launcher enter app
rails c
Post.find(THE_POST_ID).destroy
but no really undestand how find it id , and how to delete it compleate .
Qustion is how i can permanet delete post. thread ?
i was see there was
./launcher enter app
rails c
Post.find(THE_POST_ID).destroy
but no really undestand how find it id , and how to delete it compleate .
You can permanently delete from the console, but there is now an easier option that will allow you to do it from the UI.
You do need to enable a hidden site setting, but you can find the instructions here:
is that will be enabled for all posts or that will be only like option ?
example “hide or delete”