method
read_inheritable_attribute
v3.0.0 -
Show latest stable
- Class:
Class
read_inheritable_attribute(key)public
No documentation available.
# File activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb, line 147
def read_inheritable_attribute(key)
inheritable_attributes[key]
end