Method: Parse::PointerCollectionProxy#fetch!
- Defined in:
- lib/parse/model/associations/pointer_collection_proxy.rb
#fetch! ⇒ Object
Force fetch the set of pointer objects in this collection.
89 90 91 |
# File 'lib/parse/model/associations/pointer_collection_proxy.rb', line 89 def fetch! collection.fetch_objects! end |