1
0
Fork 0
forked from OpenNeo/impress

triple oops; stop using removed field neopets_username in NeopetsUsers#new

This commit is contained in:
Emi Matchu 2014-01-20 16:31:15 -06:00
parent eba53433be
commit 62f584e366

View file

@ -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