From 84b880e1aa0de065ffb3aa8abe7f45853a217f28 2017-01-08 08:16:30 From: Toshi MARUYAMA Date: 2017-01-08 08:16:30 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 --- diff --git a/app/controllers/files_controller.rb b/app/controllers/files_controller.rb index 535f14f..08088db 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