module Bullet
def footer_info
def footer_info info = [] for_each_active_notifier_with_notification do |notification| info << notification.short_notice end info end
def footer_info info = [] for_each_active_notifier_with_notification do |notification| info << notification.short_notice end info end