Method: EnoughFields.perform_out_of_channel_notifications
- Defined in:
- lib/enough_fields.rb
.perform_out_of_channel_notifications ⇒ Object
89 90 91 92 93 |
# File 'lib/enough_fields.rb', line 89 def perform_out_of_channel_notifications for_each_active_notifier_with_notification do |notification| notification.notify_out_of_channel end end |