what could be causing this?
* Execute environment ** Execute db:migrate rake aborted! uninitialized constant CreateUsers
Try...
rake --trace db:migrate
and it should tell you where it's falling over.
what could be causing this?
* Execute environment ** Execute db:migrate rake aborted! uninitialized constant CreateUsers
Try...
rake --trace db:migrate
and it should tell you where it's falling over.