Skip to content
  • azul's avatar
    use destroy action for removing posts · 0ca108d2
    azul authored
    We used update before with a destroy flag. This probably was because
    the button should show up in a form that submits to update.
    
    So instead of using a submit button for destroy i now use a link styled
    as a button with method: :delete and remote: true.
    0ca108d2