Class Ember.ObjectController

Ember.ObjectController is part of Ember's Controller layer. It is intended to wrap a single object, proxying unhandled attempts to get and set to the underlying content object, and to forward unhandled action attempts to its target.

Ember.ObjectController derives this functionality from its superclass Ember.ObjectProxy and the Ember.ControllerMixin mixin.