Specifing how store should work once querying is properly.
This commit is contained in:
parent
907fffe4be
commit
6a8e7bff51
@ -1,4 +1,9 @@
|
|||||||
accessing
|
accessing
|
||||||
store
|
store
|
||||||
ReStore isConnected ifFalse: [ self class storeDB]. "Starting the ReStore singleton."
|
ReStore isConnected ifFalse: [ self class storeDB]. "Starting the ReStore singleton."
|
||||||
self tweets do: [:each | ReStore evaluateAsTransaction: [ each store ] ].
|
self tweets do: [:each |
|
||||||
|
ReStore evaluateAsTransaction: [
|
||||||
|
each store.
|
||||||
|
"each user isInDB? ifFalse: [ each user store ]"
|
||||||
|
]
|
||||||
|
].
|
Loading…
Reference in New Issue
Block a user