rom-rb / rom-factory

Data generator with support for persistence backends
MIT License
83 stars 42 forks source link

Fix use of multiple traits for persisted factories with associations #25

Closed timriley closed 6 years ago

timriley commented 6 years ago

Before this change, persisted factories would crash if created with >1 trait and one of those traits included an association.

timriley commented 6 years ago

Going to merge this as soon as we're green since it's a simple/necessary straight-up bug fix. /cc @solnic