There's no documentation for this item.
# File active_support/core_ext/class/inheritable_attributes.rb, line 80 def class_inheritable_accessor(*syms) class_inheritable_reader(*syms) class_inheritable_writer(*syms) end
<code/>
<pre/>
<code/>and<pre/>for code samples.