summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/files_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/files_controller.rb b/app/controllers/files_controller.rb
index 535f14f5b..08088dbd7 100644
--- a/app/controllers/files_controller.rb
+++ b/app/controllers/files_controller.rb
@@ -22,7 +22,7 @@ class FilesController < ApplicationController
before_action :authorize
accept_api_auth :index, :create
- helper :attachments
+ helper :attachments
helper :sort
include SortHelper