Skip to content

Commit

Permalink
[FEATURE ember-routing-model-arg] Enable by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Sep 6, 2019
1 parent 949daaa commit c334bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const DEFAULT_FEATURES = {
EMBER_METAL_TRACKED_PROPERTIES: true,
EMBER_CUSTOM_COMPONENT_ARG_PROXY: true,
EMBER_GLIMMER_SET_COMPONENT_TEMPLATE: true,
EMBER_ROUTING_MODEL_ARG: null,
EMBER_ROUTING_MODEL_ARG: true,
};

/**
Expand Down

0 comments on commit c334bf5

Please sign in to comment.