Skip to content

Instantly share code, notes, and snippets.

@tibastral
Created January 18, 2010 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tibastral/280059 to your computer and use it in GitHub Desktop.
Save tibastral/280059 to your computer and use it in GitHub Desktop.
[
"Alsace",
"Aquitaine",
"Auvergne",
"Basse-Normandie",
"Bourgogne",
"Bretagne",
"Centre",
"Champagne-Ardenne",
"Corse",
"Franche-Comté",
"Haute-Normandie",
"Ile-de-France",
"Languedoc-Roussillon",
"Limousin",
"Lorraine",
"Midi-Pyrénées",
"Nord-Pas-de-calais",
"Pays-de-la-Loire",
"Picardie",
"Poitou-Charentes",
"Provence-Alpes-Côte-d'Azur",
"Rhône-Alpes"
].each do |e|
Region.create(:name => e)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment