summaryrefslogtreecommitdiff
path: root/app/models/team.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/team.rb')
-rw-r--r--app/models/team.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/team.rb b/app/models/team.rb
index 9e71557..8d89f51 100644
--- a/app/models/team.rb
+++ b/app/models/team.rb
@@ -1,3 +1,3 @@
class Team < ActiveRecord::Base
- belongs_to :match
+ belongs_to :match
end