Method: DataMapper::Resource#after_update_hook
- Defined in:
- lib/dm-core/resource.rb
#after_update_hook ⇒ undefined (protected)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Method for hooking callbacks after resource updating
714 715 716 |
# File 'lib/dm-core/resource.rb', line 714 def after_update_hook execute_hooks_for(:after, :update) end |