Skip to content

Commit

Permalink
feat: activate all ffs related to CUSTOM_MODEL_CLASS
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed May 7, 2021
1 parent a2cf0d1 commit 4c08852
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/canary-features/addon/default-features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@
*/
export default {
SAMPLE_FEATURE_FLAG: null,
RECORD_DATA_ERRORS: null,
RECORD_DATA_STATE: null,
RECORD_DATA_ERRORS: true,
RECORD_DATA_STATE: true,
IDENTIFIERS: true,
REQUEST_SERVICE: null,
CUSTOM_MODEL_CLASS: null,
REQUEST_SERVICE: true,
CUSTOM_MODEL_CLASS: true,
FULL_LINKS_ON_RELATIONSHIPS: true,
RECORD_ARRAY_MANAGER_IDENTIFIERS: true,
REMOVE_RECORD_ARRAY_MANAGER_LEGACY_COMPAT: null,
REMOVE_RECORD_ARRAY_MANAGER_LEGACY_COMPAT: true,
};

0 comments on commit 4c08852

Please sign in to comment.