Compare commits

...

1 Commits

1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
accessing
store
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 ]"
]
].