Created
April 18, 2011 17:05
-
-
Save topherfangio/925708 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can also find all records of a certain type and all its subclasses: | |
<javascript> | |
allRecords = MyApp.store.find(SC.Record); | |
</javascript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you would like to get all records of a certain type and all it's subclasses, you need to do: