From 5ba2e61ab84025fd9d8e371abe028845a1838475 Mon Sep 17 00:00:00 2001 From: maxwell Date: Mon, 12 Jul 2010 11:37:46 -0700 Subject: [PATCH] MS DG moved xml accessor for profile --- app/models/person.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/person.rb b/app/models/person.rb index b1e24890a..c60f74968 100644 --- a/app/models/person.rb +++ b/app/models/person.rb @@ -2,10 +2,11 @@ class Person include MongoMapper::Document include ROXML + xml_accessor :_id xml_accessor :email xml_accessor :url xml_accessor :profile, :as => Profile - xml_accessor :_id + key :email, String key :url, String