Compare commits
1 Commits
master
...
detach-rec
Author | SHA1 | Date | |
---|---|---|---|
6a8e7bff51 |
@ -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 ]"
|
||||
]
|
||||
].
|
Loading…
Reference in New Issue
Block a user