There's no documentation for this item.
# File active_record/callbacks.rb, line 337 def notify(method) #:nodoc: self.class.changed self.class.notify_observers(method, self) end
<code/>
<pre/>
<code/>and<pre/>for code samples.