From 84b880e1aa0de065ffb3aa8abe7f45853a217f28 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 8 Jan 2017 08:16:30 +0000 Subject: [PATCH] remove trailing white space from app/controllers/files_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@16161 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/files_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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