I don't know if it is a joke or what, but seems you guys missed Canada
in Countries list.
class AddCountries < ActiveRecord::Migration
def self.up
["Abuja",
"Afghanistan",
"Akrotiri",
...
"Burundi",
"Cambodia",
"Cameroon",
"Canada", # Canada should be here
"Cape Verde",
"Cayman Islands",
...
"Zambia",
"Zimbabwe"].each do |c|
Country.create(:name => c)
end
end
def self.down
Country.destroy_all
end
end
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---