From 49f579f025235045840e17005fd84edc9e12f9eb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 20 Apr 2014 16:03:16 -0400 Subject: add the "has_many :remote_usernames" relation to the user model --- app/models/user.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/user.rb b/app/models/user.rb index 575c741..0762e5e 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -6,6 +6,7 @@ class User < ActiveRecord::Base has_and_belongs_to_many :teams has_many :sessions has_many :scores + has_many :remote_usernames apply_simple_captcha -- cgit v1.2.3-2-g168b