This commit is contained in:
albert
2012-02-24 17:39:55 -05:00
parent c38bee6d16
commit 2333818f4f

View File

@@ -58,6 +58,7 @@ class Dmail < ActiveRecord::Base
copy = Dmail.new(params)
copy.owner_id = CurrentUser.id
copy.is_read = true
copy.save
end