Skip to content

Instantly share code, notes, and snippets.

@hvgotcodes
Created October 24, 2016 21:11
Show Gist options
  • Save hvgotcodes/de2d648c97e3d16c599af0f6c39dcf1d to your computer and use it in GitHub Desktop.
Save hvgotcodes/de2d648c97e3d16c599af0f6c39dcf1d to your computer and use it in GitHub Desktop.
model(params) {
const stuff = this.modelFor('other.stuff');
const filter = params.filter;
return {
stuff, filter,
};
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment