Method: OpenC3::TimelineModel.all
- Defined in:
- lib/openc3/models/timeline_model.rb
.all ⇒ Array<Hash>
Returns All the Key, Values stored under the name key.
49 50 51 |
# File 'lib/openc3/models/timeline_model.rb', line 49 def self.all super(PRIMARY_KEY) end |