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