##// END OF EJS Templates
Code cleanup....
Jean-Philippe Lang -
r9230:2e240103f381
parent child
Show More
@@ -88,7 +88,7 class AttachmentsController < ApplicationController
88 88 end
89 89 # Make sure association callbacks are called
90 90 @attachment.container.attachments.delete(@attachment)
91 redirect_back_or_default project_path(@project)
91 redirect_to_referer_or project_path(@project)
92 92 end
93 93
94 94 private
General Comments 0
You need to be logged in to leave comments. Login now