Skip to content

Instantly share code, notes, and snippets.

@allthesignals
Created November 27, 2017 15:46
Show Gist options
  • Select an option

  • Save allthesignals/67b047903d2bb909702f1da7349686a2 to your computer and use it in GitHub Desktop.

Select an option

Save allthesignals/67b047903d2bb909702f1da7349686a2 to your computer and use it in GitHub Desktop.
import Ember from 'ember';
export default Ember.Service.extend({
housingType: 'multi',
zoning: {
residential: true,
commercial: true,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment