method
update
rails latest stable - Class:
ActiveModel::Observer
update(observed_method, object, &block)public
Send observed_method(object) if the method exists and the observer is enabled for the given object’s class.
update(observed_method, object, &block)Send observed_method(object) if the method exists and the observer is enabled for the given object’s class.