diff --git a/app/controllers/api/v1/users_controller.rb b/app/controllers/api/v1/users_controller.rb index 3b66e41..013b777 100644 --- a/app/controllers/api/v1/users_controller.rb +++ b/app/controllers/api/v1/users_controller.rb @@ -73,7 +73,6 @@ class Api::V1::UsersController < Api::V1::ApiController # Specify whitelisted properties that can be modified. def set - ap "SETTING!!!" @user = User.where("username = ?", params[:id]).first end