diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-01-26 00:47:29 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-01-26 00:47:29 +0000 |
commit | 3d7819ed822e34567268cb9a8c779036b27f40a2 (patch) | |
tree | a9f6f9f1fcccbd9307111e02d2e11d5c87c4c7ca /app/models/attachment.rb | |
parent | 8f2fdaccd2ab0d0f6ce570684bc341f17e08f6f9 (diff) | |
download | redmine-3d7819ed822e34567268cb9a8c779036b27f40a2.tar.gz redmine-3d7819ed822e34567268cb9a8c779036b27f40a2.zip |
remove trailing white-space from app/models/attachment.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11267 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models/attachment.rb')
-rw-r--r-- | app/models/attachment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/attachment.rb b/app/models/attachment.rb index cf0ec1d94..eeab56242 100644 --- a/app/models/attachment.rb +++ b/app/models/attachment.rb @@ -263,7 +263,7 @@ class Attachment < ActiveRecord::Base Attachment.where("created_on < ? AND (container_type IS NULL OR container_type = '')", Time.now - age).destroy_all end - # Moves an existing attachment to its target directory + # Moves an existing attachment to its target directory def move_to_target_directory! if !new_record? & readable? src = diskfile |