I’m running into a problem to where I’m getting undefined constants for
certain models which are in my engine’s models directory. When I copy
these
same models into the app/models directory of the application I’m trying
to
use the engine with, they work. Some models, however, do seem to work
with
the engine (i.e. I get undefined constants if I delete these models out
of
the Engine’s app/models directory)
I have no idea why this would be happening. Has anyone encountered
anything
like this?