From ca7b4e5477dd06041f9a5cbb0ca8a94c29b33a41 Mon Sep 17 00:00:00 2001
From: zhitomirskiyi <ilya@joindiaspora.com>
Date: Thu, 10 Feb 2011 13:42:31 -0800
Subject: [PATCH] fixed the build

---
 app/models/mention.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/models/mention.rb b/app/models/mention.rb
index 4a5b2a4ea9..0d27dc4a25 100644
--- a/app/models/mention.rb
+++ b/app/models/mention.rb
@@ -15,7 +15,7 @@ class Mention < ActiveRecord::Base
   end
 
 
-  def notification_type(recipient,actor)
+  def notification_type(*args)
     'mentioned'
   end
 end
-- 
GitLab