summaryrefslogtreecommitdiff
path: root/app/models/match.rb
diff options
context:
space:
mode:
authorshumakl <shumakl@purdue.edu>2014-04-03 12:12:04 -0400
committershumakl <shumakl@purdue.edu>2014-04-03 12:12:04 -0400
commitc0b705f1397ce442427638f92b185d630db73ec5 (patch)
tree61d0b3692fa91b41983355b3456d36d5638eada3 /app/models/match.rb
parentac4a9438709356f7f270476e30b3f4e572f4bf6a (diff)
normalize to tab indent
Diffstat (limited to 'app/models/match.rb')
-rw-r--r--app/models/match.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/match.rb b/app/models/match.rb
index 782dce8..35deb20 100644
--- a/app/models/match.rb
+++ b/app/models/match.rb
@@ -1,8 +1,8 @@
class Match < ActiveRecord::Base
- belongs_to :tournament
+ belongs_to :tournament
- has_and_belongs_to_many :teams
+ has_and_belongs_to_many :teams
- belongs_to :winner, class_name: "Team"
+ belongs_to :winner, class_name: "Team"
end