Skip to content

Commit

Permalink
Add feature for no-implicit-route-model
Browse files Browse the repository at this point in the history
  • Loading branch information
achambers committed Feb 2, 2024
1 parent 74bcb3f commit e381c28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions features/no-implicit-route-model.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* eslint-disable no-console */
'use strict';

module.exports = {
description: `Removes the default record loading behaviour on Ember's Route.`,
url: 'https://github.com/emberjs/rfcs/pull/774',
default: false,
since: '5.8.0',
};

0 comments on commit e381c28

Please sign in to comment.