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 "adapter" blueprint supports the --base-class option and automatically detects if an "application" adapter exists. IMHO the same logic should be reused for the "serializer" blueprint too.
The text was updated successfully, but these errors were encountered:
This is tackled in #4023. Can you chime in there? Currently the failing test for the serializer prevents that PR from being merged. I think the test is failing because the blueprint from ember-cli is used instead of the one provided in ember-data...
The "adapter" blueprint supports the
--base-class
option and automatically detects if an "application" adapter exists. IMHO the same logic should be reused for the "serializer" blueprint too.The text was updated successfully, but these errors were encountered: