We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dbe32 commit 12fe8beCopy full SHA for 12fe8be
app/models/followed_team.rb
@@ -1,5 +1,5 @@
1
class FollowedTeam < ActiveRecord::Base
2
- belongs_to :team, class_name: 'Team'
+ belongs_to :team
3
belongs_to :user
4
end
5
0 commit comments