Changeset 6116
- Timestamp:
- 02/04/07 19:30:33 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1-2-stable/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb
r6112 r6116 119 119 120 120 private 121 EMPTY_INHERITABLE_ATTRIBUTES = {}.freeze 121 # Prevent this constant from being created multiple times 122 EMPTY_INHERITABLE_ATTRIBUTES = {}.freeze unless const_defined?(:EMPTY_INHERITABLE_ATTRIBUTES) 122 123 123 124 def inherited_with_inheritable_attributes(child)