diff --git a/app/controllers/attachments_controller.rb b/app/controllers/attachments_controller.rb index 3fa059863..976772b80 100644 --- a/app/controllers/attachments_controller.rb +++ b/app/controllers/attachments_controller.rb @@ -48,7 +48,7 @@ class AttachmentsController < ApplicationController end def download - if @attachment.container.is_a?(Version) || @attachment.container.is_a?(Project) + if true || @attachment.container.is_a?(Version) || @attachment.container.is_a?(Project) @attachment.increment_download end