From 62f584e3665abb3c98dc6bc3a97c2d165c52610e Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 20 Jan 2014 16:31:15 -0600 Subject: [PATCH] triple oops; stop using removed field neopets_username in NeopetsUsers#new --- app/controllers/neopets_users_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/neopets_users_controller.rb b/app/controllers/neopets_users_controller.rb index d9bf8e83..e9b13fbb 100644 --- a/app/controllers/neopets_users_controller.rb +++ b/app/controllers/neopets_users_controller.rb @@ -4,7 +4,7 @@ class NeopetsUsersController < ApplicationController rescue_from NeopetsUser::NotFound, :with => :not_found def new - @neopets_user.username = current_user.neopets_username + @neopets_user.username = current_user.contact_neopets_username end def create