Method: Parsistence::Query#all
- Defined in:
- lib/Parsistence/Query.rb
#all(&callback) ⇒ Nil
Grab all results that match query
242 243 244 245 |
# File 'lib/Parsistence/Query.rb', line 242 def all(&callback) fetchAll(&callback) nil end |