method
read_inheritable_attribute
rails latest stable - Class:
Class
read_inheritable_attribute(key)public
No documentation available.
# File activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb, line 149
def read_inheritable_attribute(key)
inheritable_attributes[key]
end 1Note
Replaced by
replaced by "class_attibute": http://apidock.com/rails/v3.2.1/Class/class_attribute