Method: OpenC3::PluginModel#restore
- Defined in:
- lib/openc3/models/plugin_model.rb
#restore ⇒ Object
Reinstall
380 381 382 383 384 |
# File 'lib/openc3/models/plugin_model.rb', line 380 def restore plugin_hash = self.as_json(:allow_nan => true) OpenC3::PluginModel.install_phase2(plugin_hash, scope: @scope) @destroyed = false end |