Method: EnoughFields.add_notification

Defined in:
lib/enough_fields.rb

.add_notification(call_stack, klass, fields) ⇒ Object



76
77
78
79
# File 'lib/enough_fields.rb', line 76

def add_notification(call_stack, klass, fields)
  notification = Notification.new(call_stack, klass, fields)
  notifications << notification
end