Is there any way to get a hand on the model from a controller? I would need to call an instance method defined on the model and
this.get(methodName)(params)
does not work, as it loses the 'this' call context within the called function.
Thank you.