replace tab to space at app/models/mail_handler.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11643 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-03-18 02:14:11 +00:00
parent 24e99f8b22
commit 5d600587a1
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ class MailHandler < ActionMailer::Base
end
end
# Adds the newly created user to default group
# Adds the newly created user to default group
def add_user_to_group(default_group)
if default_group.present?
default_group.split(',').each do |group_name|