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.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/team.rb b/app/models/team.rb
index 2348de5..7aae7c2 100644
--- a/app/models/team.rb
+++ b/app/models/team.rb
@@ -1,5 +1,5 @@
class Team < ActiveRecord::Base
- belongs_to :match
- has_and_belongs_to_many :matches
- has_and_belongs_to_many :users
+ belongs_to :match
+ has_and_belongs_to_many :matches
+ has_and_belongs_to_many :users
end