Closed cgarvis closed 12 years ago
Phactory_Blueprint will always pluralize the table.
I just ran into this today. The solution is to call setInflection() before define(): Phactory::setInflection('table', 'table');
As @jblotus suggests, this is the intended behavior.
Phactory_Blueprint will always pluralize the table.