I have an engine which defines some models and controllers. I want to be able to extend functionality of some models/controllers in my application (eg. adding methods) witho
require MyEngine::Engine.root.join('app', 'models', 'my_engine', 'my_model')
before the model class definition in your application.