Method: Notification#start_processing

Defined in:
lib/app/models/notification.rb

#start_processingObject

Start processing the notification



87
88
89
# File 'lib/app/models/notification.rb', line 87

def start_processing
  set state: STATE_PROCESSING
end