Created
November 8, 2014 09:57
-
-
Save shauns/b62c1f53b497620b0cce to your computer and use it in GitHub Desktop.
One to Many, Explicit ORM
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
yield from fill_lazy_attribute(book.chapters) | |
chapters = book.chapters | |
do_something(chapters) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment