player_stats.yml 235 Bytes
Newer Older
patrickgerland's avatar
patrickgerland committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

one:
  name: MyString
  number: 1
  points: 1
  assists: 1
  rebound: 1

two:
  name: MyString
  number: 1
  points: 1
  assists: 1
  rebound: 1