From 268df60202ae381f7878f4adbacc93148eca53c4 Mon Sep 17 00:00:00 2001 From: Daniel Bucher Date: Tue, 20 Aug 2013 20:06:28 -0300 Subject: [PATCH] profile_editor:change order of person's fields on manage_fields page --- app/models/person.rb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app/models/person.rb b/app/models/person.rb index 7170359..b25866b 100644 --- a/app/models/person.rb +++ b/app/models/person.rb @@ -145,34 +145,34 @@ class Person < Profile end FIELDS = %w[ + description + image preferred_domain nickname sex - address - zip_code - city - state - country - nationality birth_date + nationality + country + state + city + district + zip_code + address + address_reference cell_phone comercial_phone - jabber_id personal_website + jabber_id schooling + formation + custom_formation + area_of_study + custom_area_of_study professional_activity organization organization_website - area_of_study - custom_area_of_study - formation - custom_formation contact_phone contact_information - description - image - district - address_reference ] validates_multiparameter_assignments -- libgit2 0.21.2