Seeding relationships with `seed_generator`?
Is it possible to seed relationships inline with
e.g. something along the lines of
Seems that belongs_to works OK using
seed_generator?e.g. something along the lines of
Seems that belongs_to works OK using
thing_id but I'm trying to seed some many_to_manys which doesn't seem to work as I'd expect. The docs I'm finding seem fairly sparse on this sort of thing so I'm really feeling my way around here 