diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-01-08 08:16:30 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-01-08 08:16:30 +0000 |
commit | 84b880e1aa0de065ffb3aa8abe7f45853a217f28 (patch) | |
tree | 55ca51cf6f25151ae52855b255fb516d6cf0e809 /app/controllers/files_controller.rb | |
parent | cfda8cdb91bce641b8fb7d596bdf08a24ef75df7 (diff) | |
download | redmine-84b880e1aa0de065ffb3aa8abe7f45853a217f28.tar.gz redmine-84b880e1aa0de065ffb3aa8abe7f45853a217f28.zip |
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
Diffstat (limited to 'app/controllers/files_controller.rb')
-rw-r--r-- | app/controllers/files_controller.rb | 2 |
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 |