There's no documentation for this item.
# File active_record/callbacks.rb, line 328 def callbacks_for(method) self.class.read_inheritable_attribute(method.to_sym) or [] end
<code/>
<pre/>
<code/>and<pre/>for code samples.