下载附件

dev_tpm_ui
daiao 5 years ago
parent 08fa196ba8
commit 58f2f1f8d2

@ -5,6 +5,7 @@ class AttachmentsController < ApplicationController
before_action :require_login, :check_auth, except: [:show]
before_action :find_file, only: %i[show destroy]
before_action :attachment_candown, only: [:show]
skip_before_action :check_sign, only: [:show]
include ApplicationHelper

Loading…
Cancel
Save