Sha256: 133f3ec48a5fa95b9fde1cd2fba467bc1b49d276ea832c7e6a5d018cd83b47a9
Contents?: true
Size: 830 Bytes
Versions: 13
Compression:
Stored size: 830 Bytes
Contents
# encoding: utf-8 ### # Premier League # - more info -> http://premierleague.com (official site) # http://en.wikipedia.org/wiki/Premier_League pl = Event.create!( key: 'en.2012/13', title: 'Premier League 2012/13', start_at: Time.utc('2012-08-18 12:00'), league: League.find_by_key!('en'), season: Season.find_by_key!('2012/13')) team_keys_pl = [ 'chelsea', 'manunited', 'mancity', 'everton', 'tottenham', 'westbrom', 'arsenal', 'westham', 'fulham', 'newcastle', 'swansea', 'stoke', 'sunderland', 'liverpool', 'wigan', 'astonvilla', 'southampton', 'reading', 'norwich', 'qpr'] pl.add_teams_from_ary!( team_keys_pl ) Prop.create!( key: 'db.en.2012/13.version', value: '1' )
Version data entries
13 entries across 13 versions & 1 rubygems