Add callbacks for create and update#120
Conversation
|
Anyone see any reason not to merge this in? |
|
Hi, I'm trying to make after_save callback work, but it seems to be completely ignored. and in my user.rb When I save or update the user, the callback is ignored. Any suggestion? |
|
Thanks for testing @desmondhume. I've only added the callbacks for Create and Update thus far. It wasn't required for what I was dealing with and I believe on initial try it was more complicated to implement. I'm happy to try and add it before this is merged if that's the consensus - although I am no longer actively working on a parse project currently |
|
Ok, actually my need is only update, so I'm changing my code to use after_update callback, but it does not seem to work. Am I missing something? |
Not found an existing test strategy for existing 'save' callbacks so happy discuss about where and how you'd like these tested