There's no documentation for this item.
Source Code
# File active_record/validations.rb, line 916 def write_inheritable_set(key, methods) existing_methods = read_inheritable_attribute(key) || [] write_inheritable_attribute(key, existing_methods | methods) end
<code/>and<pre/>for code samples.