pat / after_commit

A Ruby on Rails plugin to add an after_commit callback. This can be used to trigger things only after the entire transaction is complete.
MIT License
62 stars 32 forks source link

add documentation for *_commit_on_save #12

Closed m1foley closed 11 years ago

m1foley commented 11 years ago

before_commit_on_save, after_commit_on_save are missing from the README.

pat commented 11 years ago

Thanks Mike!