Skip to content

Instantly share code, notes, and snippets.

View pichot's full-sized avatar
🌍
Passionate urbanist, skeptical technologist

Jonathan Pichot pichot

🌍
Passionate urbanist, skeptical technologist
View GitHub Profile
import Ember from 'ember';
import QueryParams from 'ember-parachute';
export const myQueryParams = new QueryParams({
'qps.housingType': {
as: 'type',
defaultValue: 'single',
},
'qps.housing.developmentType': {
as: 'housing.developmentType',