Skip to content

Instantly share code, notes, and snippets.

Created January 5, 2011 14:44
Show Gist options
  • Save anonymous/766404 to your computer and use it in GitHub Desktop.
Save anonymous/766404 to your computer and use it in GitHub Desktop.
Laender.delete_all
Laender.create(:short => 'global', :name => 'Global', :img18x12_url => '/images/laender/global.png')
Laender.create(:short => 'eu', :name => 'Europe', :img18x12_url => '/images/laender/eu.png')
Clan.delete_all
Clan.create(:own => 't', :name => 'Titans', :tag => 'ti', :laender_id => '1', :homepage_url => 'www.titans.de.ms')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment