You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

destroy.js.erb 171B

12
  1. $('#attachments_<%= j params[:attachment_id] %>').closest('.attachments_form').find('.add_attachment').show();
  2. $('#attachments_<%= j params[:attachment_id] %>').remove();