summaryrefslogtreecommitdiff
path: root/app/models/match.rb
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-04 18:35:40 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-04 18:35:40 -0400
commitcb1e09a7ef061cd3c1ca7cf5793d09b2aacb1536 (patch)
tree180bc83085a718dae792db5abd53d72d6768dae9 /app/models/match.rb
parentc61cbdc810cb5b00fa24cf33e34b261d36edaecc (diff)
Cookie size 20 minutes
Diffstat (limited to 'app/models/match.rb')
-rw-r--r--app/models/match.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/match.rb b/app/models/match.rb
index 35deb20..c596ced 100644
--- a/app/models/match.rb
+++ b/app/models/match.rb
@@ -5,4 +5,7 @@ class Match < ActiveRecord::Base
belongs_to :winner, class_name: "Team"
+ def setup()
+
+ end
end