class ISO3166::Country

def evolve(country)

Convert an +ISO3166::Country+ to the data that is stored by Mongoid.
def evolve(country)
  mongoize(country)
end