[refs #252] new user notifications

This commit is contained in:
Alexander Machehin 2012-03-19 20:45:47 +06:00
parent d5dc05233f
commit 9b2dc6538d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class ActivityFeedObserver < ActiveRecord::Observer
ActivityFeed.create(
:user => record,
:kind => 'new_user_notification',
:data => {:user_name => record.name, :user_email => record.email}
:data => {:user_name => record.user_appeal, :user_email => record.email}
)
when 'Issue'