fixed the build
This commit is contained in:
parent
717d2e09c9
commit
ca7b4e5477
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue