method
read_inheritable_attribute
v2.3.8 -
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 116
def read_inheritable_attribute(key)
inheritable_attributes[key]
end