Project

General

Profile

« Previous | Next » 

Revision 0c7af251

Added by Marc Dequènes almost 15 years ago

  • ID 0c7af251faf00610f537515c5f6f773a46f66c54

[-] cleanup: removed silly optional_classes support, as aspects handle this nicely

View differences:

lib/ldap_shadows/object.rb
end
def self.possible_attributes
klasses = self.required_classes
klasses += self.presentation[:optional_classes] if self.presentation.has_key?(:optional_classes)
self.objectclasses_attr_list(klasses)
self.objectclasses_attr_list(self.required_classes)
end
def self.possible_attributes_for_aspect(aspect)

Also available in: Unified diff