MS DG moved xml accessor for profile

This commit is contained in:
maxwell 2010-07-12 11:37:46 -07:00
parent 324c085a64
commit 5ba2e61ab8

View file

@ -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