Method: OpenC3::SortedModel#destroy
- Defined in:
- lib/openc3/models/sorted_model.rb
#destroy ⇒ Object
destroy the activity from the redis database
139 140 141 142 |
# File 'lib/openc3/models/sorted_model.rb', line 139 def destroy self.class.destroy(scope: @scope, start: @start) notify(kind: 'deleted') end |