Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow lifecycle hooks to be overridden per method as well #141

Closed
jmdobry opened this issue Aug 28, 2014 · 0 comments
Closed

Allow lifecycle hooks to be overridden per method as well #141

jmdobry opened this issue Aug 28, 2014 · 0 comments
Assignees
Milestone

Comments

@jmdobry
Copy link
Member

jmdobry commented Aug 28, 2014

Example:

DS.create('user', {
  name: 'John'
}, {
  beforeCreate: function (resourceName, attrs, cb) {
    console.log('overridden beforeCreate!');
    cb(null, attrs);
  }
});
@jmdobry jmdobry added this to the 1.0.0-beta.2 milestone Aug 28, 2014
@jmdobry jmdobry self-assigned this Aug 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant