How do you make a factory that would seed the testing database? If I run the seed operation using mix, it will by default get added to my dev database. Thanks!
How do you make a factory that would seed the testing database? If I run the seed operation using mix, it will by default get added to my dev database. Thanks!