add has_attributes? method ``` ruby def has_attributes?(attribute) self.attributes.has_key?(attribute) end ```