summaryrefslogtreecommitdiff
path: root/app/models/remote_username.rb
blob: 94e5063c636caa95f907b5e02066073942a86ab3 (plain)
1
2
3
4
class RemoteUsername < ActiveRecord::Base
  belongs_to :game
  belongs_to :user
end