var SettingsHomepageRoute = AuthenticatedRoute.extend({
  model: function() {
    return this.modelFor('site');
  },