The _shouldSerializeHasMany override is good for saving child IDs in a parent, but it’s only enabled if someone chooses to install the ember-pouch serialiser. A new user encountered problems with this in #116. I see two solutions:
- Add a generator to create the serialiser file and list it alongside the adapter in the README
- Add the generator to the default blueprint so it’s installed with the addon
Maybe when the addon is installed, the adapter should also be created by default? Questions. Thoughts?
The
_shouldSerializeHasManyoverride is good for saving child IDs in a parent, but it’s only enabled if someone chooses to install theember-pouchserialiser. A new user encountered problems with this in #116. I see two solutions:Maybe when the addon is installed, the adapter should also be created by default? Questions. Thoughts?