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