diff --git a/lib/mixture/attribute_list.rb b/lib/mixture/attribute_list.rb index df05e29..1bc5c5a 100644 --- a/lib/mixture/attribute_list.rb +++ b/lib/mixture/attribute_list.rb @@ -58,8 +58,11 @@ class AttributeList attr_reader :callbacks # The parent of this attribute list. This is "merged" into this attribute - # list. - attr_reader :parent + # list. This shouldn't be set since it is automatically assumed; however, + # sometimes it can be assumed wrong. + # + # @return [AttributeList, nil] + attr_accessor :parent # Initializes the attribute list. #