make sure #custom_action is always defined

This commit is contained in:
http://jneen.net/ 2017-07-26 09:32:37 -07:00
parent 618a3d125c
commit 651f50ac00
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ module NotificationRecipientService
end
end
def custom_action
nil
end
protected
def add_participants(user)