factory-generator
factory-generator copied to clipboard
Ignoring abstract model classes
I had an issue where one of my models is abstract. I use this class for inheritance on other models so it does not have a table.
Anyway, this caused a failure to generate all factories so I put in a quick fix for it.