method

read_inheritable_attribute

rails latest stable - Class: Class

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here.

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

vanuan ยท Mar 27, 20121 thank