Method: ISO3166::Country#mongoize

Defined in:
lib/countries/mongoid.rb

#mongoizeObject



5
6
7
# File 'lib/countries/mongoid.rb', line 5

def mongoize
  ISO3166::Country.mongoize(self)
end