module ActiveLdap::HumanReadable::ClassMethods

def human_attribute_description(attribute_or_name)

def human_attribute_description(attribute_or_name)
  msgid = human_attribute_description_msgid(attribute_or_name)
  return nil if msgid.nil?
  s_(msgid)
end