Provides Ember route for résumé view.
- Source:
Extends
- Ember.Route
Methods
setupController(controller, model)
Decompose model hash
Parameters:
Name | Type | Description |
---|---|---|
controller |
Ember.Controller | |
model |
Object | Hash of resolved |
- Source:
(inner) model() → {Promise}
Fetches PortfolioEntryRecords
from the data store.
- Source:
Returns:
Resolves to a hash containing an array of
PositionRecords
and SkillRecords
- Type
- Promise