Method: EnoughFields.gather_inline_notifications

Defined in:
lib/enough_fields.rb

.gather_inline_notificationsObject



81
82
83
84
85
86
87
# File 'lib/enough_fields.rb', line 81

def gather_inline_notifications
  responses = []
  for_each_active_notifier_with_notification do |notification|
    responses << notification.notify_inline
  end
  responses.join( "\n" )
end