turniere-backend/app/models
Thor77 a3523c4d06
Add bet model
* has_many relations in all belonging models
* specs for relations in existing models
* association specs for bet model
2019-06-09 20:43:28 +02:00
..
application_record.rb Apply rubocop formatting 2018-11-10 15:50:27 +01:00
bet.rb Add bet model 2019-06-09 20:43:28 +02:00
group.rb Add owner method to Stage, Group and Match 2019-05-07 18:41:52 +02:00
group_score.rb Fix typo in received_points 2019-06-05 09:49:21 +02:00
match.rb Add bet model 2019-06-09 20:43:28 +02:00
match_score.rb Add method to check if match_score is part of a group match 2019-06-05 09:49:21 +02:00
stage.rb Fix Stage.teams returning nil on error 2019-05-16 20:53:03 +02:00
team.rb Add bet model 2019-06-09 20:43:28 +02:00
tournament.rb Ensure uniqueness of generated Tournament.code 2018-12-02 13:51:54 +01:00
user.rb Add bet model 2019-06-09 20:43:28 +02:00