import Controller from '@ember/controller';
export default Controller.extend({
queryParams: ['id', 'for'],
for: null
});