Method: ModelClass#all

Defined in:
lib/model/the_class.rb

#allObject

get all the elements of the class



230
231
232
# File 'lib/model/the_class.rb', line 230

def all
  db.get_records from: self
end