fixed the build

This commit is contained in:
zhitomirskiyi 2011-02-10 13:42:31 -08:00
parent 717d2e09c9
commit ca7b4e5477

View file

@ -15,7 +15,7 @@ class Mention < ActiveRecord::Base
end end
def notification_type(recipient,actor) def notification_type(*args)
'mentioned' 'mentioned'
end end
end end