# File app/helpers/people_helper.rb, line 5
  def label_for_field(model, field)
    [model.class.to_s, field.to_s.humanize].join('|')
  end