Module: ClassInheritableAttributes

Defined in:
lib/active_support/core_ext/class/inheritable_attributes.rb

Overview

Retained for backward compatibility. Methods are now included in Class.

Constant Summary collapse

DEPRECATION_WARNING_MESSAGE =

:nodoc:

"class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first"