remove trailing white-spaces from app/models/mail_handler.rb.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6877 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-31 08:47:44 +00:00
parent 01b9ae926f
commit 82797e2387
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ class MailHandler < ActionMailer::Base
end
body.strip
end
def find_assignee_from_keyword(keyword, issue)
keyword = keyword.to_s.downcase
assignable = issue.assignable_users