Skip to content

Commit

Permalink
update documentation for resetAttribute (#4678)
Browse files Browse the repository at this point in the history
[DOC] make clear that `rollbackAttribute` is feature flagged
  • Loading branch information
efx authored and pangratz committed Nov 30, 2016
1 parent 3b0c531 commit da58ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/model/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ if (Ember.setOwner) {
if (isEnabled('ds-rollback-attribute')) {
Model.reopen({
/**
Discards any unsaved changes to the given attribute.
Discards any unsaved changes to the given attribute. This feature is not enabled by default. You must enable `ds-rollback-attribute` and be running a canary build.
Example
Expand Down

0 comments on commit da58ec5

Please sign in to comment.