Would be nice to setup Blueprints that will automatically insert some number of has-many relations. Such as from [machinist](https://github.com/notahat/machinist): ``` Post.blueprint do comments(3) # Makes 3 comments. end ```