method
read_inheritable_attribute
read_inheritable_attribute(key)
public
Hide source
# File activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb, line 116 def read_inheritable_attribute(key) inheritable_attributes[key] end

