Sha256: 6af1b8a42159f1425cd7df6f44e6af223c2b22996eee12a51322c848fce348f1
Contents?: true
Size: 680 Bytes
Versions: 1
Compression:
Stored size: 680 Bytes
Contents
# encoding: utf-8 # # note: fix: play_at times and timezones # what timezone to use? ############################################################# ## WM 2014 - Qualification North/Central America & Caribbean Islands world = Event.create!( league: League.find_by_key!('world.quali.america'), season: Season.find_by_key!('2012/13'), start_at: Time.cet( '2012-09-06 12:00' ) ) team_keys_world2 = [ 'mex', 'crc', 'slv', 'guy' ] world.add_teams_from_ary!( team_keys_world2 ) world2 = Group.create!( event: world, pos: 2, title: 'Gruppe 2' ) world2.add_teams_from_ary!( team_keys_world2 ) ## The End #################
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sportdb-0.9.0 | db/world/quali_2012_13_america.rb |