]> source.dussan.org Git - redmine.git/commitdiff
remove duplicate "private" from MailHandler model
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 6 Jan 2012 07:48:03 +0000 (07:48 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 6 Jan 2012 07:48:03 +0000 (07:48 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8522 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/mail_handler.rb

index 30bbe1cbaa1f2d5636d305abedfa09ec34880327..6add6af7c9b6e0d157e7dd09900955d5e25dc5fe 100644 (file)
@@ -372,8 +372,6 @@ class MailHandler < ActionMailer::Base
     end
   end
 
-  private
-
   # Removes the email body of text after the truncation configurations.
   def cleanup_body(body)
     delimiters = Setting.mail_handler_body_delimiters.to_s.split(/[\r\n]+/).reject(&:blank?).map {|s| Regexp.escape(s)}