Returns All the Key, Values stored under the name key.
Returns:
All the Key, Values stored under the name key
57 58 59
# File 'lib/openc3/models/reaction_model.rb', line 57 def self.all(scope:) super("#{scope}#{PRIMARY_KEY}") end