Sha256: 46db8633e08697937021b53e6ec659bac5a51b80af69b8199fd624ddf700b38e
Contents?: true
Size: 563 Bytes
Versions: 7
Compression:
Stored size: 563 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 ) ## The End #################
Version data entries
7 entries across 7 versions & 1 rubygems