mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
c614a652cb
Closes #2423 - Created the apps route to fetch apps from server - Created controller for a single app - Modified the template of the apps page to use this controller - Created the Apps model - Created AppAdapter to use the FixtureAdapter for Ember Data
3 lines
No EOL
74 B
JavaScript
3 lines
No EOL
74 B
JavaScript
var AppAdapter = DS.FixtureAdapter.extend({});
|
|
|
|
export default AppAdapter; |