Commit c5e0305d authored by Lin Jen-Shin's avatar Lin Jen-Shin

Revert this until we do notifications

parent 1404aa86
...@@ -613,6 +613,6 @@ class NotificationService ...@@ -613,6 +613,6 @@ class NotificationService
# Build event key to search on custom notification level # Build event key to search on custom notification level
# Check NotificationSetting::EMAIL_EVENTS # Check NotificationSetting::EMAIL_EVENTS
def build_custom_key(action, object) def build_custom_key(action, object)
"#{action}_#{object.class.model_name.name.underscore}".to_sym "#{action}_#{object.class.name.underscore}".to_sym
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment