Merge remote-tracking branch 'origin/szzh' into szzh

This commit is contained in:
lizanle 2015-12-18 11:20:07 +08:00
commit e867358bc1
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.description
"作业: #{at_message.jour.name} 中留言"
else
logger.error "error type: #{at_message_type}"
end