232 233 234 235 236
# File 'lib/openc3/models/reaction_model.rb', line 232 def notify_execute # Set updated_at because the event is all we get ... no update later @updated_at = Time.now.to_nsec_from_epoch notify(kind: 'executed') end