Skip to content

Commit 12fe8be

Browse files
committed
use rails convention
1 parent 96dbe32 commit 12fe8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/followed_team.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class FollowedTeam < ActiveRecord::Base
2-
belongs_to :team, class_name: 'Team'
2+
belongs_to :team
33
belongs_to :user
44
end
55

0 commit comments

Comments
 (0)