forked from OpenNeo/impress
triple oops; stop using removed field neopets_username in NeopetsUsers#new
This commit is contained in:
parent
eba53433be
commit
62f584e366
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue