# File app/models/person.rb, line 48
  def public_attributes
    extra_listable_attributes.select {|a| a.name =~ /^pub_/}
  end