Method: OpenC3::ReactionModel.all
- Defined in:
- lib/openc3/models/reaction_model.rb
.all(scope:) ⇒ Array<Hash>
Returns All the Key, Values stored under the name key.
82 83 84 |
# File 'lib/openc3/models/reaction_model.rb', line 82 def self.all(scope:) super("#{scope}#{PRIMARY_KEY}") end |