mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-07 06:54:16 +00:00
Added mat assignment rules for the bout board and fixed the bug where a delegate making the tournamnet info public changes them to the owner
This commit is contained in:
4
app/models/mat_assignment_rule.rb
Normal file
4
app/models/mat_assignment_rule.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class MatAssignmentRule < ApplicationRecord
|
||||
belongs_to :mat
|
||||
belongs_to :tournament
|
||||
end
|
||||
Reference in New Issue
Block a user