This commit is contained in:
albert
2013-03-01 06:41:30 -08:00
parent 48953df07b
commit bd316e2bbc
5 changed files with 22 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ class UserFeedback < ActiveRecord::Base
end
def create_dmail
body = %{#{creator_name} created a "#{category} record":/user_feedbacks?search[user_id]=#{user_id} for your account.}
body = %{#{creator_name} created a "#{category} record":/user_feedbacks?search[user_id]=#{user_id} for your account. #{body}}
Dmail.create_split(:to_id => user_id, :title => "Your user record has been updated", :body => body)
end