Skip to content

Commit 761bf38

Browse files
committed
class ame fix
1 parent 5500a95 commit 761bf38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/team_user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# team_id_fkey (team_id => teams.id)
1515
# user_id_fkey (user_id => users.id)
1616
#
17-
class UserToken < ApplicationRecord
17+
class TeamUser < ApplicationRecord
1818
belongs_to :team
1919
belongs_to :user
2020
end

0 commit comments

Comments
 (0)