# config/initializer/notification_center.rb NotificationCenter.queue NotificationCenter.thread ActiveSupport::Notifications.subscribe /(.)+\.notification/i do |*args| NotificationCenter.queue << args end