Hello,
I have a model posts where users can edit and delete their own posts. My index page is a table with a few columns for each post. One of them holds a form for the delete button. Is there any examples on how you jquery submit a post/delete form with rails? I need to pass the status back to the user. Eg. posts deleted, access denied etc and remove the row if successfull.
Best regards. Asbjørn Morell.