We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c42c300 + 772a052 commit ef696c2Copy full SHA for ef696c2
README.md
@@ -12,4 +12,16 @@ MagicalRecord was inspired by the ease of Ruby on Rails' Active Record fetching.
12
* Allow for clear, simple, one-line fetches
13
* Still allow the modification of the NSFetchRequest when request optimizations are needed
14
15
+#### Documentation
16
17
+* [Installation](Docs/Installation.md)
18
+* [Getting Started](Docs/GettingStarted.md)
19
+* [Fetching](Docs/Fetching.md)
20
+* [Importing](Docs/Importing.md)
21
+* [Logging](Docs/Logging.md)
22
+* [Resources](Docs/Resources.md)
23
+* [Saving](Docs/Saving.md)
24
+* [Support](Docs/Support.md)
25
+* [Threads](Docs/Threads.md)
26
+* [iCloud](Docs/iCloud.md)
27
+* [Default NSManagedObjectContext](Docs/DefaultManagedObjectContext.md)
0 commit comments