Hey all,
Is there any information out there for updating a pre-2.0 rails app?
The problem I'm running into right now has to do with the user system I'm running, which was originally installed as an engine. When I try to run it now I get this error:
/listings/vendor/plugins/login_engine/lib/login_engine.rb:14: undefined method `config' for LoginEngine:Module (NoMethodError)
I expect the solution is fairly simple, but I'm lost as to how to go about finding it.
-Adam