You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The
_shouldSerializeHasMany
override is good for saving child IDs in a parent, but it’s only enabled if someone chooses to install theember-pouch
serialiser. 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?
The text was updated successfully, but these errors were encountered: