Dawil / MongoidModelMaker

A Rails generator to help produce large quantities of Models, with relationships, from a yaml source file.
MIT License
1 stars 0 forks source link

Generated factories never call after(:create) hooks #8

Closed Dawil closed 10 years ago

Dawil commented 10 years ago

This is because the parent factory always uses build instead of create.