Sha256: bcacfb530275ff00eb8d7186395382b94a7bbf2e47bda1cc6be8c65f5588518c
Contents?: true
Size: 853 Bytes
Versions: 6
Compression:
Stored size: 853 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!( key: 'wmq.america', title: 'World Cup Quali. North/Central America & Caribbean', start_at: Time.cet( '2012-09-06 12:00' ), league: League.find_by_key!('wmq.america'), season: Season.find_by_key!('2012/13')) 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 ) Prop.create!( key: 'db.world.quali.america.2012/13.version', value: '1' )
Version data entries
6 entries across 6 versions & 1 rubygems