格式改进

This commit is contained in:
guange 2015-12-18 11:13:27 +08:00
parent 74be964eaf
commit 8c967e6559
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class AtMessage < ActiveRecord::Base
"回复帖子: "
end + at_message.subject
when 'JournalsForMessage'
"#{at_message.jour.name}"
"作业: #{at_message.jour.name} 中留言"
else
logger.error "error type: #{at_message_type}"
end