Revert this until we do notifications
This commit is contained in:
parent
1404aa8677
commit
c5e0305d5f
1 changed files with 1 additions and 1 deletions
|
@ -613,6 +613,6 @@ class NotificationService
|
|||
# Build event key to search on custom notification level
|
||||
# Check NotificationSetting::EMAIL_EVENTS
|
||||
def build_custom_key(action, object)
|
||||
"#{action}_#{object.class.model_name.name.underscore}".to_sym
|
||||
"#{action}_#{object.class.name.underscore}".to_sym
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue