Sha256: 28dd96c4f0db10b0b8e9a59b197d1f2392230efae5eeadbd3fd6c5b9992478ea
Contents?: true
Size: 698 Bytes
Versions: 8
Compression:
Stored size: 698 Bytes
Contents
# encoding: utf-8 ## use period for season? why? why not? # - semantic hairsplitting? make it an alias? why? why not? who cares? Season.create!( key: '2012/13', title: '2012/13' ) Season.create!( key: '2011/12', title: '2011/12' ) Season.create!( key: '2010/11', title: '2010/11' ) Season.create!( key: '2009/10', title: '2009/10' ) Season.create!( key: '2008/09', title: '2008/09' ) Season.create!( key: '2007/08', title: '2007/08' ) Season.create!( key: '2012', title: '2012' ) Season.create!( key: '2011', title: '2011' ) Season.create!( key: '2010', title: '2010' ) Season.create!( key: '2009', title: '2009' ) Season.create!( key: '2008', title: '2008' ) ## The End #################
Version data entries
8 entries across 8 versions & 1 rubygems