diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-02-27 17:58:14 -0500 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-02-27 17:58:14 -0500 |
commit | 8d75a450ec1e34205ec4bee5587e8bddb9c89d21 (patch) | |
tree | 349c6cd9c9669c94675becdeeaac1c29fd60022e /test/fixtures/tournaments.yml | |
parent | 6e20d92989739bde287c6a07c03ae3f70755660b (diff) | |
parent | 068e95231c3d2cee113cf77af67ce785d853429e (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'test/fixtures/tournaments.yml')
-rw-r--r-- | test/fixtures/tournaments.yml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/test/fixtures/tournaments.yml b/test/fixtures/tournaments.yml index 937a0c0..4cba7ca 100644 --- a/test/fixtures/tournaments.yml +++ b/test/fixtures/tournaments.yml @@ -1,11 +1,7 @@ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html -# This model initially had no columns defined. If you add columns to the -# model remove the '{}' from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value +one: + game_id: + +two: + game_id: |