We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5500a95 commit 761bf38Copy full SHA for 761bf38
1 file changed
app/models/team_user.rb
@@ -14,7 +14,7 @@
14
# team_id_fkey (team_id => teams.id)
15
# user_id_fkey (user_id => users.id)
16
#
17
-class UserToken < ApplicationRecord
+class TeamUser < ApplicationRecord
18
belongs_to :team
19
belongs_to :user
20
end
0 commit comments