turniere-backend/app/models
Thor77 9d4d39c135
Make Team.belongs_to :tournament optional
necessary for testing TeamController building relationship on create
2018-11-25 22:55:49 +01:00
..
application_record.rb Apply rubocop formatting 2018-11-10 15:50:27 +01:00
group.rb Modify model associations to map to new schema 2018-11-19 11:47:14 +01:00
group_score.rb Modify model associations to map to new schema 2018-11-19 11:47:14 +01:00
match.rb Validate Stage xor Group present in match 2018-11-20 16:03:58 +01:00
score.rb Add Score and Stage model 2018-11-19 11:47:14 +01:00
stage.rb Add Score and Stage model 2018-11-19 11:47:14 +01:00
team.rb Make Team.belongs_to :tournament optional 2018-11-25 22:55:49 +01:00
tournament.rb Modify model associations to map to new schema 2018-11-19 11:47:14 +01:00
user.rb Add relation between Tournament and User 2018-11-19 11:47:11 +01:00