Method: Datamappify::Repository::QueryMethods#all
- Defined in:
- lib/datamappify/repository/query_methods.rb
#all ⇒ Array<Entity>
Returns a collection of all the entities in the repository
42 43 44 |
# File 'lib/datamappify/repository/query_methods.rb', line 42 def all QueryMethod::FindMultiple.new(, {}).perform end |