Module: ClassInheritableAttributes
- Defined in:
- activesupport/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 =
"class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first"