Project

General

Profile

« Previous | Next » 

Revision 378df927

Added by Marc Dequènes over 14 years ago

  • ID 378df9272500721acd94cd24729f1352c80500ee

[fix] renamed object description() method which conflicted with the quite common attribute of the same name

View differences:

lib/ldap_shadows/object.rb
return ""
end
def description
def human_description
attr_list = ['description']
attr_list.unshift(self.class.presentation[:desc_attribute]) if self.class.presentation.has_key?(:desc_attribute)
attr_list.each do |attr|

Also available in: Unified diff