ampatspell / ember-cli-zuglet

🔥 Easiest way to use Google Firebase services in your Ember.js Octane app
https://www.ember-cli-zuglet.com
MIT License
15 stars 0 forks source link

support optional models #297

Open ampatspell opened 2 years ago

ampatspell commented 2 years ago
@model().named(owner => {
  if(owner.type) {
    return 'foo/${owner.type}
  }
}).mapping(....