Skip to content

Commit

Permalink
disable tournament game for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stevetuckner@stewdle.com committed May 30, 2011
1 parent 257cb0b commit 9b54f9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/tournament_game.rb
@@ -1,5 +1,5 @@
class TournamentGame < ActiveRecord::Base
has_one :game, :as => :scheduleable, :dependent => :destroy
has_one :predecessor1, :foreign_key => :predecessor1_id, :class => "TournamentGame"
has_one :predecessor2, :foreign_key => :predecessor2_id, :class => "TournamentGame"
#has_one :game, :as => :scheduleable, :dependent => :destroy
#has_one :predecessor1, :foreign_key => :predecessor1_id, :class => "TournamentGame"
#has_one :predecessor2, :foreign_key => :predecessor2_id, :class => "TournamentGame"
end

0 comments on commit 9b54f9a

Please sign in to comment.