Open paulschreiber opened 14 years ago
I added on_put callbacks, which are effectively the same as on_post callbacks. Sometimes rails doesn't use on_post, and you miss the opportunity to modify your object.
See the updated docs for complete details and an example form.
I added on_put callbacks, which are effectively the same as on_post callbacks. Sometimes rails doesn't use on_post, and you miss the opportunity to modify your object.
See the updated docs for complete details and an example form.