There's no documentation for this item.
Source Code
# File active_support/core_ext/class/inheritable_attributes.rb, line 99 def write_inheritable_attribute(key, value) if inheritable_attributes.equal?(EMPTY_INHERITABLE_ATTRIBUTES) @inheritable_attributes = {} end inheritable_attributes[key] = value end
<code/>and<pre/>for code samples.