From 2333818f4f7b9a10ded159a2152bbff845286c1e Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 24 Feb 2012 17:39:55 -0500 Subject: [PATCH] fixes #304 --- app/models/dmail.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/dmail.rb b/app/models/dmail.rb index 5413a3ced..3dce7fd75 100644 --- a/app/models/dmail.rb +++ b/app/models/dmail.rb @@ -58,6 +58,7 @@ class Dmail < ActiveRecord::Base copy = Dmail.new(params) copy.owner_id = CurrentUser.id + copy.is_read = true copy.save end