mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-03 05:27:25 +00:00
Added logic to delegate tournament access
This commit is contained in:
4
app/models/tournament_delegate.rb
Normal file
4
app/models/tournament_delegate.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class TournamentDelegate < ActiveRecord::Base
|
||||
# belongs_to :tournament
|
||||
# has_one :user
|
||||
end
|
||||
Reference in New Issue
Block a user