Flowdock
method

after_update

Importance_1
v2.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::Callbacks
after_update() public

Is called after Base.save on existing objects that have a record. Note that this callback is still wrapped in the transaction around save. For example, if you invoke an external indexer at this point it won’t see the changes in the database.

Show source
Register or log in to add new notes.