From 651f50ac00bdf14ae660af0fea3d463d07d8d25f Mon Sep 17 00:00:00 2001 From: "http://jneen.net/" Date: Wed, 26 Jul 2017 09:32:37 -0700 Subject: make sure #custom_action is always defined --- app/services/notification_recipient_service.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/services/notification_recipient_service.rb b/app/services/notification_recipient_service.rb index 5d8c3a39af1..b286cc373bd 100644 --- a/app/services/notification_recipient_service.rb +++ b/app/services/notification_recipient_service.rb @@ -85,6 +85,10 @@ module NotificationRecipientService end end + def custom_action + nil + end + protected def add_participants(user) -- cgit v1.2.1