mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
23 lines
516 B
YAML
23 lines
516 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
id: 1
|
|
name: Comet Classic
|
|
address: Some Place
|
|
director: Jacob Cody Wimer
|
|
director_email: jacob.wimer@gmail.com
|
|
tournament_type: Pool to bracket
|
|
user_id: 1
|
|
date: 2015-12-30
|
|
is_public: true
|
|
|
|
two:
|
|
id: 2
|
|
name: Test Tournament 2
|
|
address: Some Place
|
|
director: Jacob Cody Wimer
|
|
director_email: jacob.wimer@gmail.com
|
|
tournament_type: Pool to bracket
|
|
user_id: 1
|
|
date: 2015-12-30
|
|
is_public: true |