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
I've never used Engines before but can't you define a new controller that inherits from the controller provided by the engine