Sha256: 9e9231e46d5edd3ec42a2a7f3677f56ddfb9d02fc5f2dd152eb8265c4ccb4130
Contents?: true
Size: 657 Bytes
Versions: 1
Compression:
Stored size: 657 Bytes
Contents
# encoding: utf-8 # note: timezone for games (play_at) is *always* CET (central european time) ###################################### ## Oesterreichische Bundesliga 2012/13 ## ## more info => http://bundesliga.at bl = Event.create!( key: 'at_bl_2012_13', title: 'Ă–sterr. Bundesliga 2012/13', start_at: Time.cet('2012-07-21 00:00') ) ## 10 Bundeliga Teams team_keys_bl = [ 'salzburg', 'rapid', 'admira', 'austria', 'sturm', 'ried', 'wacker', 'mattersburg', 'neustadt', 'wac' ] bl.add_teams_from_ary!( team_keys_bl ) Prop.create!( key: 'db.at.2012/13.version', value: '1' )
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sportdb-0.4.4 | db/at/2012_13/bl.rb |