Skip to content

Instantly share code, notes, and snippets.

import Ember from 'ember';
import QueryParams from 'ember-parachute';
export const myQueryParams = new QueryParams({
'qps.housingType': {
as: 'type',
defaultValue: 'single',
},
'qps.objectType.anotherProp': {
defaultValue: 'test',