Sha256: a444ec73eaa2e5c007b5b72885b25b6aae21fd908572e989dbce602a6f5d38be
Contents?: true
Size: 737 Bytes
Versions: 13
Compression:
Stored size: 737 Bytes
Contents
# encoding: utf-8 # note: timezone for games (play_at) is *always* CET (central european time) ###################################### ## Oesterreichische Bundesliga 2011/12 ## ## more info => http://bundesliga.at bl = Event.create!( key: 'at.2011/12', title: 'Ă–sterr. Bundesliga 2011/12', start_at: Time.cet('2012-04-07 00:00'), league: League.find_by_key!('at'), season: Season.find_by_key!('2011/12')) team_keys_bl = [ 'salzburg', 'rapid', 'admira', 'austria', 'sturm', 'ried', 'innsbruck', 'mattersburg', 'wrneustadt', 'ksv' ] bl.add_teams_from_ary!( team_keys_bl ) Prop.create!( key: 'db.at.2011/12.version', value: '1' )
Version data entries
13 entries across 13 versions & 1 rubygems