ObjectiveRecord
ObjectiveRecord copied to clipboard
allow to set/override the default managed context
More like a convinience not to specify "InContext" when calling:
- .all
- .find
- .where)
I use this when integrating with RestKit. RestKit manages its own persistent & MOCs. Using ObjectiveRecord would require to call all the time using the xxx"InContext" methods.